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


In This Topic
SoundLocation Property
In This Topic
Gets or sets the sound file location.
Syntax
'Declaration
 
Public Property SoundLocation As String
 
'Usage
 
Dim instance As SoundNotify
Dim value As String
 
instance.SoundLocation = value
 
value = instance.SoundLocation

Property Value

The sound location. The default is String.Empty.
Remarks
If this property is set, the SoundType property will not have an effect, even if this sound file location is invalid. Only .wav files are supported.
See Also