Skip to content

phmOnClick - cStatusPane

Stores the method-handle of the event to send whenever the pane is clicked

Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None

Syntax

Property Handle phmOnClick
Access Type Syntax
Read Access: Get phmOnClick to HandleVariable
Write Access: Set phmOnClick to HandleVariable/Value

Description

phmOnClick stores the method-handle of the event to send whenever the pane is clicked. By default, this is msg_OnClick, which means that the OnClick message will be sent.

You can change this property to create a Shared Handler to redirect the event.

Default is msg_OnClick.