FontUnitConverter.GetStandardValuesExclusive(ITypeDescriptorContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns whether the TypeConverter.StandardValuesCollection returned by the GetStandardValues(ITypeDescriptorContext) method is an exclusive list of values, using the specified format context.
public:
override bool GetStandardValuesExclusive(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetStandardValuesExclusive (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValuesExclusive : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetStandardValuesExclusive (context As ITypeDescriptorContext) As Boolean
Parameters
- context
- ITypeDescriptorContext
An ITypeDescriptorContext that provides information about the context of a type converter.
Returns
false
for all cases.
Remarks
Use the GetStandardValuesExclusive method to determine whether the System.ComponentModel.TypeConverter.StandardValuesCollection returned by the GetStandardValues method is an exclusive list of values. This method is overridden to always return false
to indicate that the list of values is not an exclusive list.