The BaseForm class is the base class for all built-in forms.
The following tables list the members exposed by the BaseForm type.
Name | Description | |
---|---|---|
Initializes a new instance of the BaseForm class. |
Name | Description | |
---|---|---|
Gets the calendar, displaying the form. |
||
Gets the controls collection. |
||
Gets the locale object used to format and display date and time information in the form. |
||
Gets or sets the text which is displayed in the header of the form. |
||
Gets the id of the form. |
||
Gets the item, whose information is displayed in the form. |
||
Gets the locale object used to format and display localizable strings in the form. |
||
Gets the type of the form. |
Name | Description | |
---|---|---|
Adds the specified control to the collection of controls. |
||
Clears all items from the collection of controls. |
||
Closes the form. |
||
Renders a column element. |
||
Creates a button with the specified options. |
||
Creates a check-box with the specified options. |
||
Creates a check box list with the specified options. |
||
Creates a drop-down list with the specified options. |
||
Creates an edit box with the specified options. |
||
Creates a radio button with the specified options. |
||
Creates a text area with the specified options. |
||
Creates a text box with the specified options. |
||
Renders a horizontal line divider. |
||
Renders the form buttons. |
||
Renders the form content. |
||
Renders the form header. |
||
Gets the value of the control with the specified id. |
||
Removes the specified control from the collection of controls. |
||
Renders a row element. |
||
Renders the form. |