Controls Property

Retrieves a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.

Syntax

Visual Basic Overrides  Public  ReadOnly Property Controls As ControlCollection
C# public   override ControlCollection Controls { get; }
Managed C++ public:  __property ControlCollection get_Controls();
JScript public   override  function get Controls() : ControlCollection;

Possible Values

oColl ControlCollection object representing the child controls for a specified server control in the UI hierarchy.

The property is read-only. The property has no default value.

Applies To

MULTIPAGE

See Also

Internet Explorer WebControls, About the MultiPage WebControl