Designates that this pick action is executed when the configured mouse-button is double-clicked. This only applies to "normal" buttons.

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

Syntax

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

See Also