See Also

ToolbarUploadButton Class  | ToolbarUploadButton Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

Controls Property

Dart.PowerWEB.TextBox Namespace > ToolbarUploadButton Class : Controls Property (ToolbarUploadButton)

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(); }

Return Type

The collection of child controls for the specified server control.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

ToolbarUploadButton Class  | ToolbarUploadButton Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.