Admin Production rocket
Current Publication

SetBackgroundColor Method

Reflection Desktop .NET API Guide V18.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
The host text attribute whose mapped color should be set
The new background color mapping for the specified attribute
SetBackgroundColor Method (IThemeColor)
In This Topic
Sets the current mapped background color for a given terminal attribute
Syntax

                     
                     
'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
See Also