Calendar::CreateControlCollection Method ()
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates a collection to store child controls.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Web.UI::ControlCollection^Always returns an InternalControlCollection object.
The CreateControlCollection method is primarily of interest to control developers who extend the functionality of the Calendar control.
The following code example demonstrates how to override the CreateControlCollection method in a custom server control so that it always returns a new instance of the EmptyControlCollection class for the Calendar control.
.NET Framework
Available since 1.1
Available since 1.1
Show: