MultilineStringEditor.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);
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

false, indicating that this UITypeEditor does not display a visual representation in the Properties Window.

Applies to