TreeView.CreateControlCollection Method ()
.NET Framework (current version)
Creates a collection to store child controls.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Web.UI.ControlCollectionAlways 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: