phmOnRightClick - cStatusPane
Stores the method-handle of the event to send whenever the pane is clicked with the right mouse button
Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None
Syntax
Property Handle phmOnRightClick
| Access Type | Syntax |
|---|---|
| Read Access: | Get phmOnRightClick to HandleVariable |
| Write Access: | Set phmOnRightClick to HandleVariable/Value |
Description
phmOnRightClick stores the method-handle of the event to send whenever the pane is clicked with the right mouse button. By default, this is msg_OnRightClick, which means that the OnRightClick message will be sent.
You can change this property to create a Shared Handler to redirect the event.
Default is msg_OnRightClick.