Nevron.UI.WinForm.Controls Namespace / NDataGridView Class / PaintBackground(Graphics,Rectangle,Rectangle) Method


PaintBackground(Graphics,Rectangle,Rectangle) Method
Syntax
'Declaration
 
Protected Overridable Sub PaintBackground( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal clipBounds As System.Drawing.Rectangle, _
   ByVal gridBounds As System.Drawing.Rectangle _
) 
 
'Usage
 
Dim instance As NDataGridView
Dim graphics As System.Drawing.Graphics
Dim clipBounds As System.Drawing.Rectangle
Dim gridBounds As System.Drawing.Rectangle
 
instance.PaintBackground(graphics, clipBounds, gridBounds)

Parameters

graphics
clipBounds
gridBounds
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