InfoConnect for Unisys VBA Guide
BackgroundColor Property (ThemeColor)
Gets text screen background color when IsBackgroundSingleColor is true.
Syntax
Object.BackgroundColor As Color
Remarks
The get throws an exception when IsBackgroundSingleColor is false. Setting the text screen background color also sets the IsBackgroundSingleColor property to true.
Example
Attachmate.Reflection.Emulation.IbmHosts.ThemeColor color
             
Function GetBackgroundColor() As Color
  If color.IsBackgroundSingleColor Is true
     Return color.BackgroundColor
  Else
     Return Nothing
End Function
See Also

 

 


2015 Attachmate

Send Feedback