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.GetPaintValueSupported

[To be supplied.]

[Visual Basic]
Overrides Public Function GetPaintValueSupported( _
   ByVal context As ITypeDescriptorContext _
) As Boolean
[C#]
public override bool GetPaintValueSupported(
   ITypeDescriptorContext context
);
[C++]
public: override bool GetPaintValueSupported(
   ITypeDescriptorContext* context
);
[JScript]
public override function GetPaintValueSupported(
   context : ITypeDescriptorContext
) : Boolean;

Parameters

context
[To be supplied.]

See Also

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