[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 );
ValueEditorHost Class | ValueEditorHost Members | System.WinForms Namespace | ValueEditorHost.PaintValue Overload List