Geocortex Essentials WPF API Reference for Workflow
| TextAreaFormItem Class |
Represents a text area form item.
SystemObject
Geocortex.Forms.Client.ItemsFormItem
Geocortex.Forms.Client.ItemsTextBoxFormItem
Geocortex.Forms.Client.ItemsTextAreaFormItem
Geocortex.Forms.Client.ItemsFormItem
Geocortex.Forms.Client.ItemsTextBoxFormItem
Geocortex.Forms.Client.ItemsTextAreaFormItem
Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
The TextAreaFormItem type exposes the following members.
| Name | Description | |
|---|---|---|
| TextAreaFormItem |
Initializes a new instance of the TextAreaFormItem class.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Validate |
Validates the form item.
(Inherited from FormItem.) |
| Name | Description | |
|---|---|---|
| ArgumentName |
Gets or sets the name of the argument that will be used to store the result of this form item.
(Inherited from FormItem.) | |
| DefaultText |
Gets or sets the default value shown in the textbox.
(Inherited from TextBoxFormItem.) | |
| DisplayName |
Gets the display name of the form item.
(Overrides TextBoxFormItemDisplayName.) | |
| InputScope |
Gets or sets the input scope of the textbox.
(Inherited from TextBoxFormItem.) | |
| IsValid |
Gets or sets a value indicating whether this instance is valid.
(Inherited from FormItem.) | |
| IsVisible |
Gets or sets a value indicating whether this item is visible.
(Inherited from FormItem.) | |
| Item |
Gets the error related to the specified property, if any.
(Inherited from FormItem.) | |
| ItemID |
Gets or sets the form item ID.
(Inherited from TextBoxFormItem.) | |
| Label |
Gets or sets the LabelFormItem for this form item.
(Inherited from TextBoxFormItem.) | |
| ReadOnly |
Gets or sets a value indicating whether the form item should be readonly.
(Inherited from TextBoxFormItem.) | |
| Result |
Provide the form item result.
(Inherited from TextBoxFormItem.) | |
| ResultType |
Gets the result type of the form item.
(Inherited from TextBoxFormItem.) | |
| Text |
Gets or sets the text of the textbox.
(Inherited from TextBoxFormItem.) | |
| TextboxHeight |
Gets or sets the height of the text area in pixels.
| |
| TextboxWidth |
Gets or sets the width of the text box in pixels.
(Inherited from TextBoxFormItem.) | |
| ToolTip |
Gets or sets the tooltip of this form item.
(Inherited from FormItem.) | |
| ValidationItems |
Gets the collection of validation items.
(Inherited from FormItem.) |