TabBase.getSizeMode

Overview | Methods | This Package | All Packages

TabBase.getSizeMode

Retrieves a value indicating whether the size of each tab in this control is adjusted to what is displayed on the tab, whether the sizes of the tabs are adjusted so that each row of tabs fills the entire width of this control, or whether all tabs are assigned the same fixed width.

Syntax

public final int getSizeMode()

Return Value

Returns an integer that indicates how tabs in this control are sized. Possible return values are constants defined in the TabSizeMode class.

Remarks

If the sizeMode property of a control is set to TabSizeMode.FIXED, the size of the tabs is determined by the itemSize property.

See Also   setSizeMode