[To be supplied.]
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(Object, Graphics, Rectangle)
[C#] public void PaintValue(Object, Graphics, Rectangle);
[C++] public: void PaintValue(Object*, Graphics, Rectangle);
[JScript] public function PaintValue(Object, Graphics, Rectangle);
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 Overridable Public Sub PaintValue(ITypeDescriptorContext, Object, Graphics, Rectangle)
[C#] public virtual void PaintValue(ITypeDescriptorContext, Object, Graphics, Rectangle);
[C++] public: virtual void PaintValue(ITypeDescriptorContext*, Object, Graphics, Rectangle);
[JScript] public function PaintValue(ITypeDescriptorContext, Object, Graphics, Rectangle);
UITypeEditor Class | UITypeEditor Members | System.Drawing.Design Namespace