NullableBoolConverter.GetStandardValuesSupported Method

Definition

Returns whether this object supports a standard set of values that can be picked from a list.

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

Parameters

context
ITypeDescriptorContext

Provides contextual information about a component, such as its container and property descriptor.

Returns

This implementation always returns true.

Remarks

The context is not used by this converter and can be null.

Applies to