Paints a representative value of the given object to the provided canvas. Painting should be done within the boundaries of the provided rectangle.
[Visual Basic] Overloads Public Sub PaintValue( _ ByVal value As Object, _ ByVal canvas As Graphics, _ ByVal rectangle As Rectangle _ ) [C#] public void PaintValue( object value, Graphics canvas, Rectangle rectangle ); [C++] public: void PaintValue( Object* value, Graphics* canvas, Rectangle rectangle ); [JScript] public function PaintValue( value : Object, canvas : Graphics, rectangle : Rectangle );
UITypeEditor Class | UITypeEditor Members | System.Drawing.Design Namespace | UITypeEditor.PaintValue Overload List