The properties of the Input class are listed below. For a complete list of Input class members, see the Input Members topic.
AutoSend | True if this is autosend, which means that the type is NOT submit. This prevents a form that has multiple submit buttons from sending ALL of them in a single post. |
Begin (inherited from DocumentRange) | The beginning of this attribute. |
ClassAttribute (inherited from DocumentRange) | The HTML class attribiute for this element. |
Elements (inherited from DocumentRange) | The elements of this document range. |
End (inherited from DocumentRange) | The ending index. |
IdAttribute (inherited from DocumentRange) | The HTML id for this element. |
Name (inherited from FormElement) | @return The name of this form. |
Owner (inherited from FormElement) | @return The owner of this form element. |
Parent (inherited from DocumentRange) | The web page that owns this class. |
Source (inherited from DocumentRange) | The web page that this range is owned by. |
Type | The type of this input. |
Value (inherited from FormElement) | @return The value of this form element. |