Designates that this pick action is executed while the configured
mouse-button/shortcut-key is held down. The action periodically
executes at a rate specified in the
PeriodicToggleRate property.
For checkboxes/radiobuttons this means "execute-while-checked".
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool ExecuteWhileDown { get; set; } |
Visual Basic |
---|
Public Property ExecuteWhileDown As Boolean
Get
Set |
JScript |
---|
function get ExecuteWhileDown () : boolean
function set ExecuteWhileDown (value : boolean) |
See Also