InfoConnect for Airlines VBA Guide
GetBackgroundColor Function (ThemeColor)
The host text attribute whose mapped color is returned.
Returns the current mapped background color for a given terminal attribute.
Syntax
object.GetBackgroundColor( _
   ByVal attr As TextColorMappingAttribute _
) As Color

Parameters

attr
The host text attribute whose mapped color is returned.

Return Value

The current background color mapping for the specified attribute.
See Also