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

Namespace:  C1.Web.iPhone.C1ViewPort
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public override ControlCollection Controls { get; }
Visual Basic
Public Overrides ReadOnly Property Controls As ControlCollection
	Get

Field Value

Return Value

The collection of child controls for the specified server control.

See Also