[]
Determines if the list of standard values returned from GetStandardValues is an exclusive list. If the list is exclusive, then no other values are valid, such as in an enum data type. If the list is not exclusive, then there are other valid values besides the list of standard values GetStandardValues provides.
public override bool GetStandardValuesExclusive(ITypeDescriptorContext context)
Type | Name | Description |
---|---|---|
ITypeDescriptorContext | context | The context. |
Type | Description |
---|---|
bool | Returns |