InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITheme Interface / DisplayEnhancements Property


In This Topic
    DisplayEnhancements Property
    In This Topic
    Gets the settings display enhancements object associated with the theme.
    Syntax
    'Declaration
     
    
    ReadOnly Property DisplayEnhancements As IThemeDisplayEnhancements
    'Usage
     
    
    Dim instance As ITheme
    Dim value As IThemeDisplayEnhancements
     
    value = instance.DisplayEnhancements
    IThemeDisplayEnhancements DisplayEnhancements {get;}
    See Also