Gets the collection of controls contained within the control.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Gets the collection of controls contained within the control.")>
Public Overrides ReadOnly Property Controls As System.Web.UI.ControlCollection |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebInput
Dim value As System.Web.UI.ControlCollection
value = instance.Controls |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Gets the collection of controls contained within the control.")]
public override System.Web.UI.ControlCollection Controls {get;} |
Delphi | |
---|
public read-only property Controls: System.Web.UI.ControlCollection; override; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Gets the collection of controls contained within the control.")
public override function get Controls : System.Web.UI.ControlCollection |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Gets the collection of controls contained within the control.")]
public: __property System.Web.UI.ControlCollection* get_Controls() override; |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Gets the collection of controls contained within the control.")]
public:
property System.Web.UI.ControlCollection^ Controls {
System.Web.UI.ControlCollection^ get() override;
} |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also