Spread Windows Forms 6.0 Product Documentation
PaintBackground(Graphics,Boolean,Boolean,Boolean,Boolean,Rectangle,Int32,Int32,VisualStyles,Boolean,Color) Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > ColumnHeaderRenderer Class : PaintBackground(Graphics,Boolean,Boolean,Boolean,Boolean,Rectangle,Int32,Int32,VisualStyles,Boolean,Color) Method


g
Graphics device interface for painting the cell
useXpStyles
Whether to use XP themes
toscreen
Whether painting to screen
pressed
Whether in a pressed state
focus
Whether in focus
r
Bounding rectangle
dpx
Integer number of resolution (DPI) along the x-axis
dpy
Integer number of resolution (DPI) along the y-axis
style
Whether to turn on visual styles
rightToLeft
Whether drawing right to left
backColor
Cell background color

Glossary Item Box

Paints the background of the enhanced header cell.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub PaintBackground( _
   ByVal g As Graphics, _
   ByRef useXpStyles As Boolean, _
   ByVal toscreen As Boolean, _
   ByVal pressed As Boolean, _
   ByVal focus As Boolean, _
   ByVal r As Rectangle, _
   ByVal dpx As Integer, _
   ByVal dpy As Integer, _
   ByVal style As VisualStyles, _
   ByVal rightToLeft As Boolean, _
   ByVal backColor As Color _
) 
Visual Basic (Usage)Copy Code
Dim instance As ColumnHeaderRenderer
Dim g As Graphics
Dim useXpStyles As Boolean
Dim toscreen As Boolean
Dim pressed As Boolean
Dim focus As Boolean
Dim r As Rectangle
Dim dpx As Integer
Dim dpy As Integer
Dim style As VisualStyles
Dim rightToLeft As Boolean
Dim backColor As Color
 
instance.PaintBackground(g, useXpStyles, toscreen, pressed, focus, r, dpx, dpy, style, rightToLeft, backColor)
C# 
protected virtual void PaintBackground( 
   Graphics g,
   ref bool useXpStyles,
   bool toscreen,
   bool pressed,
   bool focus,
   Rectangle r,
   int dpx,
   int dpy,
   VisualStyles style,
   bool rightToLeft,
   Color backColor
)

Parameters

g
Graphics device interface for painting the cell
useXpStyles
Whether to use XP themes
toscreen
Whether painting to screen
pressed
Whether in a pressed state
focus
Whether in focus
r
Bounding rectangle
dpx
Integer number of resolution (DPI) along the x-axis
dpy
Integer number of resolution (DPI) along the y-axis
style
Whether to turn on visual styles
rightToLeft
Whether drawing right to left
backColor
Cell background color

Requirements

Target Platforms: 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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.