TreeView.CreateControlCollection Method
.NET Framework 3.0
Creates a collection to store child controls.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected ControlCollection CreateControlCollection ()
protected override function CreateControlCollection () : ControlCollection
Not applicable.
Return Value
Always returns an System.Web.UI.EmptyControlCollection.The TreeView control does not support embedding of child controls. This method has been overridden to prevent the addition of child controls and always returns an System.Web.UI.EmptyControlCollection object.
Community Additions
ADD
Show: