The properties of the FormElement class are listed below. For a complete list of FormElement class members, see the FormElement Members topic.
AutoSend | @return 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 | @return The name of this form. |
Owner | @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. |
Value | @return The value of this form element. |