'Declaration
Sub SetBackgroundColor( _ ByVal attr As TextColorMappingAttribute, _ ByVal newColor As Color _ )
'Usage
Dim instance As IThemeColor Dim attr As TextColorMappingAttribute Dim newColor As Color instance.SetBackgroundColor(attr, newColor)
void SetBackgroundColor( TextColorMappingAttribute attr, Color newColor )
Parameters
- attr
- The host text attribute whose mapped color should be set
- newColor
- The new background color mapping for the specified attribute