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 (ValueEditor, Object, Graphics, Rectangle, Brush, Brush, Font, Boolean)

[To be supplied.]

[Visual Basic]
Overloads Protected Sub PaintValue( _
   ByVal editor As ValueEditor, _
   ByVal value As Object, _
   ByVal g As Graphics, _
   ByVal bounds As Rectangle, _
   ByVal backBrush As Brush, _
   ByVal foreBrush As Brush, _
   ByVal font As Font, _
   ByVal alignToRight As Boolean _
)
[C#]
protected void PaintValue(
   ValueEditor editor,
   object value,
   Graphics g,
   Rectangle bounds,
   Brush backBrush,
   Brush foreBrush,
   Font font,
   bool alignToRight
);
[C++]
protected: void PaintValue(
   ValueEditor* editor,
   Object* value,
   Graphics* g,
   Rectangle bounds,
   Brush* backBrush,
   Brush* foreBrush,
   Font* font,
   bool alignToRight
);
[JScript]
protected function PaintValue(
   editor : ValueEditor,
   value : Object,
   g : Graphics,
   bounds : Rectangle,
   backBrush : Brush,
   foreBrush : Brush,
   font : Font,
   alignToRight : Boolean
);

Parameters

editor
[To be supplied.]
value
[To be supplied.]
g
[To be supplied.]
bounds
[To be supplied.]
backBrush
[To be supplied.]
foreBrush
[To be supplied.]
font
[To be supplied.]
alignToRight
[To be supplied.]

See Also

ValueEditorHost Class | ValueEditorHost Members | System.WinForms Namespace | ValueEditorHost.PaintValue Overload List