Designates that this pick action is executed when the configured mouse-button/shortcut-key initially goes down. For checkboxes/radiobuttons this means "execute-when-checked".

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool ExecuteOnDown { get; set; }
Visual Basic
Public Property ExecuteOnDown As Boolean
	Get
	Set
JScript
function get ExecuteOnDown () : boolean
function set ExecuteOnDown (value : boolean)

See Also