'Declaration Public Overloads Overrides Function GetStandardValuesExclusive( _
ByVal contextAn ITypeDescriptorContext that provides a format context.As System.ComponentModel.ITypeDescriptorContext _
) As Boolean
public override bool GetStandardValuesExclusive(
System.ComponentModel.ITypeDescriptorContext context
)
public: bool GetStandardValuesExclusive(
System.ComponentModel.ITypeDescriptorContext* context
); override
public:
bool GetStandardValuesExclusive(
System.ComponentModel.ITypeDescriptorContext^ context
); override
Parameters
- context
- An ITypeDescriptorContext that provides a format context.
Return Value
True if the TypeConverter.StandardValuesCollection returned from GetStandardValues is an exhaustive list of possible values; false if other values are possible.