Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

StatusBar.addOnPanelClick

Assigns a delegate to the panelClick event.

Syntax

public void addOnPanelClick( StatusBarPanelClickEventHandler value )

Parameters

value

The StatusBarPanelClickEventHandler delegate to be notified when the event occurs.

Remarks

Passing an event handler as a parameter to this method is equivalent to setting the panelClick event to that method in the Properties window. The panelClick event occurs when a panel on the status bar is clicked.

See Also   removeOnPanelClick