TabBase.setDrawMode

Overview | Methods | This Package | All Packages

TabBase.setDrawMode

Sets a value indicating whether the system draws the tabs or whether the parent control draws the tabs.

Syntax

public final void setDrawMode( int value )

Parameters

value

An integer that specifies the how the tabs in this control are drawn. Possible values are constants defined in the TabDrawMode class. The default value is TabDrawMode.NORMAL.

Exceptions

WFCInvalidArgumentException thrown if the specified value is not a valid TabDrawMode constant.

See Also   getDrawMode