Returns a value that indicates whether the collection of standard values that is returned from the GetStandardValues(ITypeDescriptorContext) method is an exclusive list of possible values, by using the specified context.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
Parameters
- context (ITypeDescriptorContext)
An ITypeDescriptorContext object that provides a format context.
Return Value
Return Value
true if the StandardValuesCollection object that is returned from the GetStandardValues(ITypeDescriptorContext) method provides an exhaustive list of possible values; false if other values are possible. The default is false.
Assembly: System.Web.Extensions.Design (Module: System.Web.Extensions.Design)