Method SetTabCtrlHeight
SetTabCtrlHeight(int)
Sets the tab height.
public void SetTabCtrlHeight(int height)
Parameters
height
intNew tab height value.
Remarks
By default, the tab control height is calculated by measuring the text height and bitmap sizes on the tab captions. Calling this method will override that calculation and set the tab control to the specified height parameter. A call to this method will override any call to SetUniformBitmapSize(int, int).