TabBase.removeOnDrawItem

Overview | Methods | This Package | All Packages

TabBase.removeOnDrawItem

Removes the delegate that is assigned to the drawItem event.

Syntax

public final void removeOnDrawItem( DrawItemEventHandler value )

Parameters

value

The DrawItemEventHandler delegate to be removed. The DrawItemEvent contains a Graphics object in which to paint the tab.

See Also   addOnDrawItem