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


In This Topic
    FieldEnterEventSound Property (IThemeSounds)
    In This Topic
    Gets or sets the path to the sound file that is played when the cursor enters a field in a display session.
    Syntax
    'Declaration
     
    
    Property FieldEnterEventSound As String
    'Usage
     
    
    Dim instance As IThemeSounds
    Dim value As String
     
    instance.FieldEnterEventSound = value
     
    value = instance.FieldEnterEventSound
    string FieldEnterEventSound {get; set;}
    See Also