ImageEditor.GetPaintValueSupported(ITypeDescriptorContext) Method

Definition

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

public:
 override bool GetPaintValueSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetPaintValueSupported (System.ComponentModel.ITypeDescriptorContext context);
override this.GetPaintValueSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetPaintValueSupported (context As ITypeDescriptorContext) As Boolean

Parameters

context
ITypeDescriptorContext

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

Returns

Boolean

true if PaintValue(PaintValueEventArgs) is implemented; otherwise, false.

Applies to