The HtmlInputControl abstract class defines the methods, properties, and events common to all HTML input controls. These include controls for the <input type=text>, <input type=submit>, and <input type=file> elements.
Object
Control
HtmlControl
HtmlInputControl
[Visual Basic] MustInherit Public Class HtmlInputControl Inherits HtmlControl [C#] public abstract class HtmlInputControl : HtmlControl [C++] public __gc __abstract class HtmlInputControl : public HtmlControl [JScript] public abstract class HtmlInputControl extends HtmlControl
The classes for all HTML input controls are derived from this class.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web.dll
HtmlInputControl Members | System.Web.UI.HtmlControls Namespace