Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / 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
See Also