True to stop the currently playing sound when the pointer is released (or checkbox is unchecked).
The ExecuteOnUp 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 StopSoundOnUp { get; set; } |
Visual Basic |
---|
Public Property StopSoundOnUp As Boolean Get Set |
JScript |
---|
function get StopSoundOnUp () : boolean function set StopSoundOnUp (value : boolean) |