ColorEditor.GetPaintValueSupported(ITypeDescriptorContext) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating if this editor supports the painting of a representation of an object's value.
public:
 override bool GetPaintValueSupported(System::ComponentModel::ITypeDescriptorContext ^ context);public override bool GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context);public override bool GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext? context);override this.GetPaintValueSupported : System.ComponentModel.ITypeDescriptorContext -> boolPublic Overrides Function GetPaintValueSupported (context As ITypeDescriptorContext) As BooleanParameters
- context
- ITypeDescriptorContext
An ITypeDescriptorContext that can be used to gain additional context information.
Returns
true if PaintValue is implemented; otherwise, false.