Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / FixedColumnSplitter Class / PaintBackground Method
A GridPaintEventArgs that contains the necessaty data.


    PaintBackground Method (FixedColumnSplitter)
    Paints the background of the fixed column splitter.
    Syntax
    'Declaration
     
    Protected Friend Overrides Sub PaintBackground( _
       ByVal e As GridPaintEventArgs _
    ) 
     
    'Usage
     
    Dim instance As FixedColumnSplitter
    Dim e As GridPaintEventArgs
     
    instance.PaintBackground(e)

    Parameters

    e
    A GridPaintEventArgs that contains the necessaty data.
    Remarks

    When overridding PaintBackground in a derived class, the base implementation must be called otherwise the PaintGripperBackground and PaintGripperForeground methods will not be called.

    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