Intersoft WebInput Documentation
PaintValue(Object,Graphics,Rectangle) Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > DTNameCollectionEditor Class > PaintValue Method : PaintValue(Object,Graphics,Rectangle) Method






value
canvas
rectangle

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Sub PaintValue( _
   ByVal value As System.Object, _
   ByVal canvas As System.Drawing.Graphics, _
   ByVal rectangle As System.Drawing.Rectangle _
) 
Visual Basic (Usage)Copy Code
Dim instance As DTNameCollectionEditor
Dim value As System.Object
Dim canvas As System.Drawing.Graphics
Dim rectangle As System.Drawing.Rectangle
 
instance.PaintValue(value, canvas, rectangle)
C# 
public void PaintValue( 
   System.object value,
   System.Drawing.Graphics canvas,
   System.Drawing.Rectangle rectangle
)
Delphi 
public procedure PaintValue( 
    value: System.TObject;
    canvas: System.Drawing.Graphics;
    rectangle: System.Drawing.Rectangle
); 
JScript 
public function PaintValue( 
   value : System.Object,
   canvas : System.Drawing.Graphics,
   rectangle : System.Drawing.Rectangle
);
Managed Extensions for C++ 
public: void PaintValue( 
   System.Object* value,
   System.Drawing.Graphics* canvas,
   System.Drawing.Rectangle rectangle
) 
C++/CLI 
public:
void PaintValue( 
   System.Object^ value,
   System.Drawing.Graphics^ canvas,
   System.Drawing.Rectangle rectangle
) 

Parameters

value
canvas
rectangle

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

© 2013 Intersoft Solutions Corp. All Rights Reserved.