[To be supplied.]
[Visual Basic] Overrides Public Sub PaintValue( _ ByVal context As ITypeDescriptorContext, _ ByVal value As Object, _ ByVal canvas As Graphics, _ ByVal rectangle As Rectangle _ ) [C#] public override void PaintValue( ITypeDescriptorContext context, object value, Graphics canvas, Rectangle rectangle ); [C++] public: override void PaintValue( ITypeDescriptorContext* context, Object* value, Graphics* canvas, Rectangle rectangle ); [JScript] public override function PaintValue( context : ITypeDescriptorContext, value : Object, canvas : Graphics, rectangle : Rectangle );
ValueEditorUITypeEditor Class | ValueEditorUITypeEditor Members | System.WinForms.Design Namespace