ArcFM Solution Developer Guide
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 TreeGridView
Dim graphics As System.Drawing.Graphics
Dim clipBounds As System.Drawing.Rectangle
Dim gridBounds As System.Drawing.Rectangle
 
instance.PaintBackground(graphics, clipBounds, gridBounds)
protected virtual void PaintBackground( 
   System.Drawing.Graphics graphics,
   System.Drawing.Rectangle clipBounds,
   System.Drawing.Rectangle gridBounds
)

Parameters

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

TreeGridView Class
TreeGridView Members

 

 


Send Comment