CreateControlCollection Method
Creates a new collection of child controls for the MultiPage control.
Syntax
Visual Basic Overrides Protected Function
CreateControlCollection( ) As ControlCollectionC# protected override ControlCollection
CreateControlCollection( );Managed C++ protected: ControlCollection
CreateControlCollection( );JScript protected override function
CreateControlCollection( );
Return Value
ControlCollection object. A PageViewCollection object that contains the current control's children.
Applies To
MULTIPAGE
See Also
Internet Explorer WebControls, About the MultiPage WebControl