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!

UITypeEditor.GetPaintValueSupported (ITypeDescriptorContext)

Determines if this editor supports the painting of a representation of an object's value.

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

Parameters

context
A type descriptor context that can be used to provide additional context information.

Return Value

Returns true if PaintValue is implemented.

See Also

UITypeEditor Class | UITypeEditor Members | System.Drawing.Design Namespace | UITypeEditor.GetPaintValueSupported Overload List