TabBase.getItemSize

Overview | Methods | This Package | All Packages

TabBase.getItemSize

Retrieves the height of all tabs and retrieves 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 Point getItemSize()

Return Value

Returns a Point object that contains the tab height and, if the tab is in a fixed-width or owner-drawn control, the tab width as well.

See Also   setItemSize