Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
TabBase.setItemSize
Sets the height of tabs; sets the width of tabs in a fixed-width (sizeMode set to TabSizeMode.FIXED) or owner-drawn (drawMode set to TabDrawMode.OWNERDRAWFIXED) control.
Syntax
public final void setItemSize( Point size )
Parameters
itemSize
A Point object that contains the height and width of each tab. The width setting will be ignored if the tabs are not fixed-width or owner-drawn. The default size is 100 x 21 pixels.
See Also getItemSize