Share via


DelegateControl.CreateChildControls Method

Creates all child control candidates that are defined for the delegate control if AllowMultipleControls equals true; otherwise, creates the child candidate control that has the lowest sequence number.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Overrides Sub CreateChildControls
'Usage

Me.CreateChildControls()
protected override void CreateChildControls()

Remarks

The Sequence attribute of the Control element in the delegate control Feature specifies the sequence number of a delegate control candidate.

See Also

Reference

DelegateControl Class

DelegateControl Members

Microsoft.SharePoint.WebControls Namespace