CreateControlCollection Method

Creates an EmptyControlCollection object to prevent controls from being added to the ControlCollection.

Syntax

Visual Basic Overrides  Protected  Function 
CreateControlCollection( ) As ControlCollection
C# protected   override ControlCollection 
CreateControlCollection( );
Managed C++ protected:  ControlCollection 
CreateControlCollection( );
JScript protected   override function
CreateControlCollection( );

Return Value

An empty EmptyControlCollection object.

Applies To

TABSTRIP, TOOLBAR, TREEVIEW

See Also

Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl