Click or drag to resize
JQueryTabContainerCreateControlCollection Method
Creates a new System.Web.UI.ControlCollection object to hold the child controls (both literal and server) of the server control.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected override ControlCollection CreateControlCollection()

Return Value

Type: ControlCollection
See Also