Mouse Activation (MouseActivation)
Specify the mouse action that activates the valueChanged trigger
"
MouseActivation=
LeftSingleClick
| LeftDoubleClick
"
Value |
Representation |
Description |
---|---|---|
LeftDoubleClick
|
Left
Double-Click
|
Activated when the user double-clicks with the widget (Default). |
LeftSingleClick
|
Left
Single-Click
|
Activated when the user single-clicks with the select mouse button on the widget. |
Usage
Dynamic? |
Yes |
Supported in Grid? |
No |
Dependencies: |
None |
Using in ProcScript
You can use $properties or $fieldproperties to set or get the property and its value. For more information, see $properties and $fieldproperties.
$fieldproperties(FLD) = "MouseActivation=LeftSingleClick"