FontNameEditor.GetPaintValueSupported(ITypeDescriptorContext) Method

Definition

Determines 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 -> bool
Public Overrides Function GetPaintValueSupported (context As ITypeDescriptorContext) As Boolean

Parameters

context
ITypeDescriptorContext

A type descriptor context that can be used to provide additional context information.

Returns

true if PaintValue is implemented; otherwise, false.

Applies to