A TextColorMappingAttribute value that specifies the host text attribute whose mapped color is set.
The new background color mapping for the specified attribute.
SetBackgroundColor Method (ThemeColor)
In This Topic
Sets the current mapped background color for a given terminal attribute.
Syntax
expression.SetBackgroundColor( _ ByVal attr As TextColorMappingAttribute, _ ByVal newColor As Color _ )
where expression is a variable that represents a ThemeColor Object
Parameters
- attr
- A TextColorMappingAttribute value that specifies the host text attribute whose mapped color is set.
- newColor
- The new background color mapping for the specified attribute.
See Also