JavaScript Editor JavaScript Editor     JavaScript Debugger

Previous Section Next Section

Main Page

Using the HtmlInputControl Class

This class forms the basis of input HTML server controls. Here is the inheritance hierarchy for this class:

Object
   Control
      HtmlControl
         HtmlInputControl

You can find the notable public properties of HtmlInputControl objects in Table 19.4. (This class has no non-inherited methods or events.) Note that as with other HTML server controls, I am not listing the notable properties, methods, and events this class inherits from the Control class—you can find them in Chapter 15, Tables 15.1 to 15.3. This class also inherits the HtmlControl class; you can find that class in Table 19.2.

Table 19.4: Noteworthy public properties of HtmlInputControl objects.

Property

Means

Name

Gets/sets a name for the input control.

Type

Gets the type of an input control.

Value

Gets/sets the contents of an input control.

Previous Section Next Section




JavaScript Editor Free JavaScript Editor     JavaScript Editor