Designates that this pick action is executed when the mouse is moved
away from the associated object.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool ExecuteOnMouseLeave { get; set; } |
| Visual Basic |
|---|
Public Property ExecuteOnMouseLeave As Boolean Get Set |
| JScript |
|---|
function get ExecuteOnMouseLeave () : boolean function set ExecuteOnMouseLeave (value : boolean) |
Remarks
LeftMouseButton, MiddleMouseButton, and RightMouseButton are not used with this trigger.