Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IThemeColor Interface / GetBackgroundColor Method
The host text attribute whose mapped color should be returned


In This Topic
GetBackgroundColor Method (IThemeColor)
In This Topic
Returns the current mapped background color for a given terminal attribute
Syntax
'Declaration
 
Function GetBackgroundColor( _
   ByVal attr As TextColorMappingAttribute _
) As Color
 
'Usage
 
Dim instance As IThemeColor
Dim attr As TextColorMappingAttribute
Dim value As Color
 
value = instance.GetBackgroundColor(attr)

Parameters

attr
The host text attribute whose mapped color should be returned

Return Value

The current background color mapping for the specified attribute
See Also