Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SoundNotify Class / SoundType Property


In This Topic
SoundType Property
In This Topic
Gets or sets a value that indicates which system sound is played.
Syntax
'Declaration
 
Public Property SoundType As SystemSoundType
 
'Usage
 
Dim instance As SoundNotify
Dim value As SystemSoundType
 
instance.SoundType = value
 
value = instance.SoundType

Property Value

A SystemSoundType value. The default is SystemSoundType.Asterisk.
See Also