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.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