Search
BaseForm Members
Constructors Properties 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 Properties

  Name Description

calendar

Gets the calendar, displaying the form.

controls

Gets the controls collection.

formatInfo

Gets the locale object used to format and display date and time information in the form.

headerText

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

id

Gets the id of the form.

item

Gets the item, whose information is displayed in the form.

localInfo

Gets the locale object used to format and display localizable strings in the form.

type

Gets the type of the form.

 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.

col

Renders a column element.

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.

divider

Renders a horizontal line divider.

drawButtons

Renders the form buttons.

drawContent

Renders the form content.

drawHeader

Renders the form header.

getControlValue

Gets the value of the control with the specified id.

removeControl

Removes the specified control from the collection of controls.

row

Renders a row element.

showForm

Renders the form.

 See Also