NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UITypeEditor.PaintValue

[To be supplied.]

Overload List

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);

See Also

UITypeEditor Class | UITypeEditor Members | System.Drawing.Design Namespace