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