ArcFM Solution Developer Guide
PaintBorder Method


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 TreeGridViewTextBoxCell
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)
protected virtual void PaintBorder( 
   System.Drawing.Graphics graphics,
   System.Drawing.Rectangle clipBounds,
   System.Drawing.Rectangle bounds,
   System.Windows.Forms.DataGridViewCellStyle cellStyle,
   System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle
)

Parameters

graphics
clipBounds
bounds
cellStyle
advancedBorderStyle
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TreeGridViewTextBoxCell Class
TreeGridViewTextBoxCell Members

 

 


Send Comment