Returns a collection of control IDs from the container inside the IDesignerHost objec for the specified format context.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
Parameters
- context (ITypeDescriptorContext)
An ITypeDescriptorContext object that can be used for additional information about the environment this converter is invoked from. This parameter and its properties can be null.
Return Value
Return Value
A StandardValuesCollection object that contains a set of strings that represent the control IDs of the controls in the current container. If no controls are currently in the container, an empty collection is returned. If the context is null or if there is no current container, null is returned.
Assembly: System.Web.Extensions.Design (Module: System.Web.Extensions.Design)