Skip to main content
.NET Framework Class Library
UITypeEditor..::.GetPaintValueSupported Method





Indicates whether this editor supports painting a representation of an object's value.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodGetPaintValueSupported()()()Indicates whether this editor supports painting a representation of an object's value.
Public methodGetPaintValueSupported(ITypeDescriptorContext)Indicates whether the specified context supports painting a representation of an object's value within the specified context.
Top