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