Designates that this pick action is executed when the configured mouse-button/shortcut-key is released. For checkboxes/radiobuttons this means execute-when-unchecked.

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

Syntax

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

See Also