Paints a representative value of the given object to the provided canvas. Painting should be done within the boundaries of the provided rectangle.
[Visual Basic] Overloads Overridable Public Sub PaintValue( _ ByVal context As ITypeDescriptorContext, _ ByVal value As Object, _ ByVal canvas As Graphics, _ ByVal rectangle As Rectangle _ ) [C#] public virtual void PaintValue( ITypeDescriptorContext context, object value, Graphics canvas, Rectangle rectangle ); [C++] public: virtual void PaintValue( ITypeDescriptorContext* context, Object* value, Graphics* canvas, Rectangle rectangle ); [JScript] public function PaintValue( context : ITypeDescriptorContext, value : Object, canvas : Graphics, rectangle : Rectangle );
UITypeEditor Class | UITypeEditor Members | System.Drawing.Design Namespace | UITypeEditor.PaintValue Overload List