InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IThemeSounds Interface / ScreenChangedEventSound Property


In This Topic
    ScreenChangedEventSound Property (IThemeSounds)
    In This Topic
    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