ArcFM Solution Developer Guide
PaintValue(Object,Graphics,Rectangle) Method


Syntax
'Declaration
 
Public Overloads Sub PaintValue( _
   ByVal value As System.Object, _
   ByVal canvas As System.Drawing.Graphics, _
   ByVal rectangle As System.Drawing.Rectangle _
) 
'Usage
 
Dim instance As CustomCollectionEditor
Dim value As System.Object
Dim canvas As System.Drawing.Graphics
Dim rectangle As System.Drawing.Rectangle
 
instance.PaintValue(value, canvas, rectangle)
public void PaintValue( 
   System.object value,
   System.Drawing.Graphics canvas,
   System.Drawing.Rectangle rectangle
)

Parameters

value
canvas
rectangle
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

CustomCollectionEditor Class
CustomCollectionEditor Members
Overload List

 

 


Send Comment