ColorEditor::GetPaintValueSupported Method (ITypeDescriptorContext^)

 

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

Namespace:   System.Drawing.Design
Assembly:  System.Drawing.Design (in System.Drawing.Design.dll)

public:
virtual bool GetPaintValueSupported(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext that can be used to gain additional context information.

Return Value

Type: System::Boolean

true if PaintValue is implemented; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: