Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

StatusBar.addOnDrawItem

Assigns a delegate to the drawItem event.

Syntax

public void addOnDrawItem( StatusBarDrawItemEventHandler value )

Parameters

value

The StatusBarDrawItemEventHandler delegate to be notified when the event occurs.

Remarks

Passing an event handler as a parameter to this method is equivalent to setting the drawItem event to that method in the Properties window. The drawItem event occurs when when a visual aspect of an owner-drawn status bar changes.

See Also   removeOnDrawItem