NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlInputControl Class

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

Remarks

The classes for all HTML input controls are derived from this class.

Requirements

Namespace: System.Web.UI.HtmlControls

Assembly: System.Web.dll

See Also

HtmlInputControl Members | System.Web.UI.HtmlControls Namespace