Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IThemeColor Interface / IsBackgroundSingleColor Property


In This Topic
IsBackgroundSingleColor Property
In This Topic
Indicates whether the screen background color is a single color or mapped per field attributes defined in IbmTerminalAttributeOption enum.
Syntax
'Declaration
 
ReadOnly Property IsBackgroundSingleColor As Boolean
 
'Usage
 
Dim instance As IThemeColor
Dim value As Boolean
 
value = instance.IsBackgroundSingleColor
See Also