SPCompositeControl.Controls Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property Controls As ControlCollection
Get
'Usage
Dim instance As SPCompositeControl
Dim value As ControlCollection
value = instance.Controls
public override ControlCollection Controls { get; }
Property Value
Type: System.Web.UI.ControlCollection