InfoConnect for Airlines
IsBackgroundSingleColor Property (IThemeColor)


Gets a value indicating 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
bool IsBackgroundSingleColor {get;}
See Also