Xceed Grid for WinForms v4.3 Documentation
PaintBackground Method (FixedColumnSplitter)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > FixedColumnSplitter Class : PaintBackground Method
A GridPaintEventArgs that contains the necessaty data.
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)
protected internal override void PaintBackground( 
   GridPaintEventArgs 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

Reference

FixedColumnSplitter Class
FixedColumnSplitter Members
Base Implementation in PaintBackground