FormElement Constructor
|
Construct a form element from the specified web page. @param source The page that holds this form element. |
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. |
AddElement (inherited from DocumentRange) | Add an element. |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetTextOnly (inherited from DocumentRange) | Get the text from this range. |
GetType (inherited from Object) | |
ToString (inherited from DocumentRange) | This object as a string. |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |