MultilineStringConverter.GetPropertiesSupported Method

Definition

Returns whether this object supports properties, using the specified context.

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

Parameters

context
ITypeDescriptorContext

An ITypeDescriptorContext that provides a format context.

Returns

true if GetProperties should be called to find the properties of this object; otherwise, false.

Remarks

As implemented in this class, this method always returns false.

Applies to

See also