Nevron.UI.WinForm.Controls Namespace / NDataGridViewDetailsCell Class / PaintBorder Method


PaintBorder Method (NDataGridViewDetailsCell)
Syntax
'Declaration
 
Protected Overridable Sub PaintBorder( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal clipBounds As System.Drawing.Rectangle, _
   ByVal bounds As System.Drawing.Rectangle, _
   ByVal cellStyle As System.Windows.Forms.DataGridViewCellStyle, _
   ByVal advancedBorderStyle As System.Windows.Forms.DataGridViewAdvancedBorderStyle _
) 
 
'Usage
 
Dim instance As NDataGridViewDetailsCell
Dim graphics As System.Drawing.Graphics
Dim clipBounds As System.Drawing.Rectangle
Dim bounds As System.Drawing.Rectangle
Dim cellStyle As System.Windows.Forms.DataGridViewCellStyle
Dim advancedBorderStyle As System.Windows.Forms.DataGridViewAdvancedBorderStyle
 
instance.PaintBorder(graphics, clipBounds, bounds, cellStyle, advancedBorderStyle)

Parameters

graphics
clipBounds
bounds
cellStyle
advancedBorderStyle
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