TextAreaFormItem Class
Represents a text area form item.
Inheritance Hierarchy

Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public class TextAreaFormItem : TextBoxFormItem

The TextAreaFormItem type exposes the following members.

Constructors
  NameDescription
Public methodTextAreaFormItem
Initializes a new instance of the TextAreaFormItem class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validates the form item.
(Inherited from FormItem.)
Top
Properties
  NameDescription
Public propertyArgumentName
Gets or sets the name of the argument that will be used to store the result of this form item.
(Inherited from FormItem.)
Public propertyDefaultText
Gets or sets the default value shown in the textbox.
(Inherited from TextBoxFormItem.)
Public propertyDisplayName
Gets the display name of the form item.
(Overrides TextBoxFormItemDisplayName.)
Public propertyInputScope
Gets or sets the input scope of the textbox.
(Inherited from TextBoxFormItem.)
Public propertyIsValid
Gets or sets a value indicating whether this instance is valid.
(Inherited from FormItem.)
Public propertyIsVisible
Gets or sets a value indicating whether this item is visible.
(Inherited from FormItem.)
Public propertyItem
Gets the error related to the specified property, if any.
(Inherited from FormItem.)
Public propertyItemID
Gets or sets the form item ID.
(Inherited from TextBoxFormItem.)
Public propertyLabel
Gets or sets the LabelFormItem for this form item.
(Inherited from TextBoxFormItem.)
Public propertyReadOnly
Gets or sets a value indicating whether the form item should be readonly.
(Inherited from TextBoxFormItem.)
Public propertyResult
Provide the form item result.
(Inherited from TextBoxFormItem.)
Public propertyResultType
Gets the result type of the form item.
(Inherited from TextBoxFormItem.)
Public propertyText
Gets or sets the text of the textbox.
(Inherited from TextBoxFormItem.)
Public propertyTextboxHeight
Gets or sets the height of the text area in pixels.
Public propertyTextboxWidth
Gets or sets the width of the text box in pixels.
(Inherited from TextBoxFormItem.)
Public propertyToolTip
Gets or sets the tooltip of this form item.
(Inherited from FormItem.)
Public propertyValidationItems
Gets the collection of validation items.
(Inherited from FormItem.)
Top
See Also