HtmlInputControl Class
Serves as the abstract base class that defines the methods, properties, and events common to all HTML input controls, such as the <input type=text>, <input type=submit>, and <input type= file> elements.
For a list of all members of this type, see HtmlInputControl Members.
System.Object
System.Web.UI.Control
System.Web.UI.HtmlControls.HtmlControl
System.Web.UI.HtmlControls.HtmlInputControl
Derived classes
[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
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The HtmlInputControl class cannot be instantiated directly. Instead, this class is inherited by other classes, such as the HtmlInputText, HtmlInputButton, HtmlInputRadioButton, HtmlInputCheckBox, HtmlInputImage, HtmlInputHidden, and HtmlInputFile classes, to provide common basic functionality.
For a list of initial property values for an instance of HtmlInputControl, see the HtmlInputControl constructor.
Requirements
Namespace: System.Web.UI.HtmlControls
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
HtmlInputControl Members | System.Web.UI.HtmlControls Namespace | HtmlInputText | HtmlInputButton | HtmlInputRadioButton | HtmlInputCheckBox | HtmlInputImage | HtmlInputHidden | HtmlInputFile