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 | |
---|---|---|
![]() |
Adds the specified control to the collection of controls. |
|
![]() |
Clears all items from the collection of controls. |
|
![]() |
Closes the form. |
|
![]() |
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. |
|
![]() |
Returns the controls collection. |
|
![]() |
Gets the value of the control with the specified id. |
|
![]() |
Gets the text which is displayed in the header of the form. |
|
![]() |
Gets a value indicating the id of the form. |
|
![]() |
Gets a value indicating the type of the form. |
|
![]() |
Removes the specified control from the collection of controls. |
|
![]() |
Sets the text which is displayed in the header of the form. |
|
![]() |
Renders the form. |