[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 _ ) [C#] protected void PaintValue( ValueEditor editor, object value, Graphics g, Rectangle bounds, Brush backBrush, Brush foreBrush, Font font ); [C++] protected: void PaintValue( ValueEditor* editor, Object* value, Graphics* g, Rectangle bounds, Brush* backBrush, Brush* foreBrush, Font* font ); [JScript] protected function PaintValue( editor : ValueEditor, value : Object, g : Graphics, bounds : Rectangle, backBrush : Brush, foreBrush : Brush, font : Font );
ValueEditorHost Class | ValueEditorHost Members | System.WinForms Namespace | ValueEditorHost.PaintValue Overload List