Xml node containing the form item definition.
The form definition that this form item belongs to.
The name of the argument that will be used to store the result of this item.
The default value shown in the textbox.
A reference to the FormDefinition that contains this form item.
The type of the FormItem.
The input scope of the textbox.
The value indicating whether this item is required.
The value indicating whether this item is valid.
The value indicating whether this item is visible or not.
The form item ID.
The minimum delay, in milliseconds, after text is typed in the text box before the AutoCompleteBox control populates the list of possible matches.
The minimum number of characters required to be entered in the text box before the AutoCompleteBox displays possible matches.
Gets or sets a value indicating whether the form item is read only.
The value shown in the textbox.
The width of the text box in pixels.
The tooltip of this form item.
Gets the collection of {@link validation.ValidationItem} objects that belong to this FormItem.
Raises the FormItemResultChangedEvent.
Clears the data items.
Gets the result of the form item.
[]}
Refreshes the user interface of the form item.
Validates the form item. Returns a collection of items that did not pass validation.
Initializes a new instance of the AutoCompleteBoxFormItem class.