This documentation is archived and is not being maintained.
UITypeEditor.PaintValue Method
.NET Framework 1.1
Paints a representation of the value of an object.
Overload List
Paints a representation of the value of an object using the specified PaintValueEventArgs.
[Visual Basic] Overloads Public Overridable Sub PaintValue(PaintValueEventArgs)
[C#] public virtual void PaintValue(PaintValueEventArgs);
[C++] public: virtual void PaintValue(PaintValueEventArgs*);
[JScript] public function PaintValue(PaintValueEventArgs);
Paints a representation of the value of the specified object to the specified canvas.
[Visual Basic] Overloads Public Sub PaintValue(Object, Graphics, Rectangle)
[C#] public void PaintValue(object, Graphics, Rectangle);
[C++] public: void PaintValue(Object*, Graphics*, Rectangle);
[JScript] public function PaintValue(Object, Graphics, Rectangle);
See Also
UITypeEditor Class | UITypeEditor Members | System.Drawing.Design Namespace
Show: