InfoConnect for Airlines 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.
See Also