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

[To be supplied.]

Overload List

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

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

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

[Visual Basic] Overloads Public Function GetPaintValueSupported() As Boolean
[C#] public bool GetPaintValueSupported();
[C++] public: bool GetPaintValueSupported();
[JScript] public function GetPaintValueSupported() : Boolean;

See Also

UITypeEditor Class | UITypeEditor Members | System.Drawing.Design Namespace