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!

ValueEditorUITypeEditor.PaintValue

[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
);

Parameters

context
[To be supplied.]
value
[To be supplied.]
canvas
[To be supplied.]
rectangle
[To be supplied.]

See Also

ValueEditorUITypeEditor Class | ValueEditorUITypeEditor Members | System.WinForms.Design Namespace