Returns a value that indicates whether this converter supports a standard set of control IDs that can be picked from a list, 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 GetStandardValues(ITypeDescriptorContext) method should be called to find a common set of control IDs the object supports; otherwise, false. The default is true.
Assembly: System.Web.Extensions.Design (Module: System.Web.Extensions.Design)