InfoConnect for Unisys
ScreenChangedEventSound Property (IThemeSounds)


Gets or sets the path to the sound file that is played when a new screen is displayed in the display session.
Syntax
'Declaration
 
Property ScreenChangedEventSound As String
'Usage
 
Dim instance As IThemeSounds
Dim value As String
 
instance.ScreenChangedEventSound = value
 
value = instance.ScreenChangedEventSound
string ScreenChangedEventSound {get; set;}
See Also