Events for cStatusPane
View event list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| Construct_Object | Object constructor. | cObject |
| Destroy_Object | Sent when an object is about to be destroyed The Destroy_Object event is sent to an object when it is about to be destroyed. | cObject |
| End_Construct_Object | End of object constructor. | cObject |
| OnClick | Called whenever the mouse's left button is clicked in the pane The OnClick event is received whenever the mouse's left button is clicked in the pane. | cStatusPane |
| OnDoubleClick | Received whenever the mouse's left button is double-clicked in the pane The OnDoubleClick event is received whenever the mouse's left button is double-clicked in the pane. | cStatusPane |
| OnDoubleRightClick | Received whenever the mouse's right button is double-clicked in the pane The OnDoubleRightClick event is received whenever the mouse's right button is double-clicked in the pane. | cStatusPane |
| OnRightClick | Received whenever the mouse's right button is clicked in the pane The OnRightClick event is received whenever the mouse's right button is clicked in the pane. | cStatusPane |