InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / ITheme Interface / Sounds Property


In This Topic
    Sounds Property (ITheme)
    In This Topic
    Gets the sounds object associated with the theme.
    Syntax
    'Declaration
     
    
    ReadOnly Property Sounds As IThemeSounds
    'Usage
     
    
    Dim instance As ITheme
    Dim value As IThemeSounds
     
    value = instance.Sounds
    IThemeSounds Sounds {get;}
    See Also