MindFusion.Scheduling for ASP.NET Programmer's Guide
BaseForm Members
Constructors Methods
 


The BaseForm class is the base class for all built-in forms.

The following tables list the members exposed by the BaseForm type.

 Public Constructors

  Name Description

BaseForm

Initializes a new instance of the BaseForm class.

 Public Methods

  Name Description

addControl

Adds the specified control to the collection of controls.

clearControls

Clears all items from the collection of controls.

closeForm

Closes the form.

createButton

Creates a button with the specified options.

createCheckBox

Creates a check-box with the specified options.

createCheckBoxList

Creates a check box list with the specified options.

createDropDownList

Creates a drop-down list with the specified options.

createEditBox

Creates an edit box with the specified options.

createRadioButton

Creates a radio button with the specified options.

createTextArea

Creates a text area with the specified options.

createTextBox

Creates a text box with the specified options.

getControls

Returns the controls collection.

getControlValue

Gets the value of the control with the specified id.

getHeaderText

Gets the text which is displayed in the header of the form.

getId

Gets a value indicating the id of the form.

getType

Gets a value indicating the type of the form.

removeControl

Removes the specified control from the collection of controls.

setHeaderText

Sets the text which is displayed in the header of the form.

showForm

Renders the form.

 See Also

BaseForm Class
MindFusion.Scheduling Namespace