Designates that this pick action is executed when the mouse is moved while it is over the associated object.

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

Syntax

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

Remarks

LeftMouseButton, MiddleMouseButton, and RightMouseButton are not used with this trigger.

See Also