HtmlInputControl Hierarchy

The following table lists the classes derived from System.Web.UI.HtmlControls.HtmlInputControl .

Derived Classes

Class Description
System.Web.UI.HtmlControls.HtmlInputButton Allows programmatic access to the HTML <input type= button>, <input type= submit>, and <input type= reset> elements on the server.
System.Web.UI.HtmlControls.HtmlInputCheckBox  
System.Web.UI.HtmlControls.HtmlInputFile Allows programmatic access to the HTML <input type= file> element on the server.
System.Web.UI.HtmlControls.HtmlInputHidden Allows programmatic access to the HTML <input type=hidden> element on the server.
System.Web.UI.HtmlControls.HtmlInputImage  
System.Web.UI.HtmlControls.HtmlInputRadioButton  
System.Web.UI.HtmlControls.HtmlInputText  

See Also

Reference

HtmlInputControl Class
HtmlInputControl Members
System.Web.UI.HtmlControls Namespace
HtmlInputText
HtmlInputButton
HtmlInputRadioButton
HtmlInputCheckBox
HtmlInputImage
HtmlInputHidden
HtmlInputFile