This documentation is archived and is not being maintained.
HtmlControl Constructor
.NET Framework 1.1
Initializes a new instance of the HtmlControl class.
Overload List
Initializes a new instance of the HtmlControl class using default values.
[Visual Basic] Public Sub New()
[C#] public HtmlControl();
[C++] public: HtmlControl();
[JScript] public function HtmlControl();
Initializes a new instance of the HtmlControl class using the specified tag.
[Visual Basic] Public Sub New(String)
[C#] public HtmlControl(string);
[C++] public: HtmlControl(String*);
[JScript] public function HtmlControl(String);
See Also
HtmlControl Class | HtmlControl Members | System.Web.UI.HtmlControls Namespace
Show: