Returns a collection of control IDs from the container in the IDesignerHost object when provided with a format context.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
Parameters
- context (ITypeDescriptorContext)
An ITypeDescriptorContext object 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.
Return Value
Return Value
A StandardValuesCollection object that holds a set of strings that represent the control IDs of the controls in the current container. If no controls are currently contained, an empty collection is returned. If the context is null or there is no current container, null is returned.
Assembly: System.Web.Extensions.Design (Module: System.Web.Extensions.Design)