Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseHeaderFlatStyleRenderer Class / PaintBackground Method
Graphics object.
Specifies whether to use XP style.
Specifies whether paint to screen.
Specifies whether it is pressed.
Specifies whether it is focused.
Rectangle boundary.
Integer number of resolution (DPI) along the x-axis
Integer number of resolution (DPI) along the y-axis
Whether to turn on visual styles
Whether drawing right to left
Cell background color


In This Topic
    PaintBackground Method (BaseHeaderFlatStyleRenderer)
    In This Topic
    Paints the background.
    Syntax
    'Declaration
     
    
    Protected Overrides 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 _
    ) 
    'Usage
     
    
    Dim instance As BaseHeaderFlatStyleRenderer
    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)

    Parameters

    g
    Graphics object.
    useXpStyles
    Specifies whether to use XP style.
    toscreen
    Specifies whether paint to screen.
    pressed
    Specifies whether it is pressed.
    focus
    Specifies whether it is focused.
    r
    Rectangle boundary.
    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
    See Also