Returns a value that indicates whether the collection of standard values returned by the erload:System.Web.UI.WebControls.ControlPropertyNameConverter.GetStandardValues method is an exclusive list of possible values, using the specified context.
- context
- An System.ComponentModel.ITypeDescriptorContext that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be null.
false in all cases, which indicates that the list is not exclusive.
The ControlPropertyNameConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) method always returns false to indicate that the list of property values returned by the erload:System.Web.UI.WebControls.ControlPropertyNameConverter.GetStandardValues method is not an exclusive list of possible values.
Use the context parameter to extract additional information about the environment from which this converter is invoked. This parameter can be null, and properties on the context object can return null.