Intersoft WebDesktop Documentation
EnableSound Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebNotification Class : EnableSound Property


Glossary Item Box

Specifies whether sound is played when notification occurs.

Syntax

Visual Basic (Declaration) 
Public Property EnableSound As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebNotification
Dim value As Boolean
 
instance.EnableSound = value
 
value = instance.EnableSound
C# 
public bool EnableSound {get; set;}

Remarks

After you have set this property to True, you need to set the SoundFile property to a valid sound file URL. Supported sound types are midi, wav and au.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.