Dart.PowerWEB.TextBox Namespace > HtmlBoxDialog Class : Controls Property (HtmlBoxDialog) |
Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
[Visual Basic]
Overrides Public ReadOnly Property Controls As ControlCollection
[C#]
public override ControlCollection Controls {get;}
[C++]
public: __property ControlCollection* get_Controls()override ;
[C++/CLI]
public:
property ControlCollection^ Controls override {
ControlCollection^ get();
}
The collection of child controls for the specified server control.
On an ASP.NET page, when controls are added declaratively between the opening and closing tags of a server control, ASP.NET automatically adds the controls to the containing server control's ControlCollection. Any HTML tags or text strings that are not processed on the server are treated as LiteralControl objects. These are added to the collection like other server controls.
The Controls property allows you programmatic access to the instance of the ControlCollection class for any server control. You can add controls to the collection, remove controls from the collection, or iterate through the server controls in the collection.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBoxDialog Class | HtmlBoxDialog Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.