Version

DrawBackColor(AppearanceData,Rectangle,Rectangle,Boolean) Method

Fills the specified rect with the backcolor information from the specified appearance data structure.
Syntax
'Declaration
 
Public Overloads Sub DrawBackColor( _
   ByRef appearance As AppearanceData, _
   ByVal rect As Rectangle, _
   ByVal invalidRect As Rectangle, _
   ByVal enabled As Boolean _
) 
public void DrawBackColor( 
   ref AppearanceData appearance,
   Rectangle rect,
   Rectangle invalidRect,
   bool enabled
)

Parameters

appearance
AppearanceData structure containing the color information to render.
rect
Area into which the backcolor should be rendered
invalidRect
The area to fill.
enabled
Indicates whether to use the enabled colors of the appearance
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also