True to stop the currently playing sound when the pointer is no longer over the associated visual object.
The
ExecuteOnMouseLeave property must also be set to true.
Namespace: Ico.GwxAssembly: GwxRuntimeCoreCommands (in GwxRuntimeCoreCommands.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool StopSoundOnMouseLeave { get; set; } |
Visual Basic |
---|
Public Property StopSoundOnMouseLeave As Boolean
Get
Set |
JScript |
---|
function get StopSoundOnMouseLeave () : boolean
function set StopSoundOnMouseLeave (value : boolean) |
See Also