OnComPaneClick - cCJStatusBar
Is sent when a statusbar pane object on the statusbar control is clicked
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| llPane | Variant | Reference to the statusbar pane COM control that was clicked |
Syntax
Procedure OnComPaneClick Variant llPane
Description
OnComPaneClick is sent when a statusbar pane object on the statusbar control is clicked. This COM event is augmented to find the cCJStatusBarPane proxy object that was clicked and to send the message OnClick to this object.
You should not need to augment this event. It is expected that you will handle a click event within the statusbar pane object's OnClick event.