SelectionRangeConverter.GetPropertiesSupported(ITypeDescriptorContext) Method

Definition

Determines whether the current object supports properties that use the specified type descriptor 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

A ITypeDescriptorContext that provides a format context.

Returns

true if GetProperties can be called to find the properties of a SelectionRange object; otherwise, false.

Remarks

The default implementation always returns true.

Applies to

See also