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!

ValueEditorHost.PaintValue

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Protected Sub PaintValue(ValueEditor, Object, Graphics, Rectangle, Brush, Brush, Font, Boolean, HorizontalAlignment)
[C#] protected void PaintValue(ValueEditor, Object, Graphics, Rectangle, Brush, Brush, Font, bool, HorizontalAlignment);
[C++] protected: void PaintValue(ValueEditor*, Object, Graphics, Rectangle, Brush, Brush, Font, bool, HorizontalAlignment);
[JScript] protected function PaintValue(ValueEditor, Object, Graphics, Rectangle, Brush, Brush, Font, Boolean, HorizontalAlignment);

[To be supplied.]

[Visual Basic] Overloads Protected Sub PaintValue(ValueEditor, Object, Graphics, Rectangle, Brush, Brush, Font, Boolean)
[C#] protected void PaintValue(ValueEditor, Object, Graphics, Rectangle, Brush, Brush, Font, bool);
[C++] protected: void PaintValue(ValueEditor*, Object, Graphics, Rectangle, Brush, Brush, Font, bool);
[JScript] protected function PaintValue(ValueEditor, Object, Graphics, Rectangle, Brush, Brush, Font, Boolean);

[To be supplied.]

[Visual Basic] Overloads Protected Sub PaintValue(ValueEditor, Object, Graphics, Rectangle, Brush, Brush, Font)
[C#] protected void PaintValue(ValueEditor, Object, Graphics, Rectangle, Brush, Brush, Font);
[C++] protected: void PaintValue(ValueEditor*, Object, Graphics, Rectangle, Brush, Brush, Font);
[JScript] protected function PaintValue(ValueEditor, Object, Graphics, Rectangle, Brush, Brush, Font);

See Also

ValueEditorHost Class | ValueEditorHost Members | System.WinForms Namespace