Designates that this pick action is executed when the mouse is moved onto the associated object.

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

Syntax

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

Remarks

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

See Also