Click or drag to resize

TextChoice Properties

The TextChoice type exposes the following members.

Properties
 NameDescription
Public propertyAllowFreeText Gets/sets whether free text choice is allowed or not allowed.
Public propertyChoices Gets the available choices.
Public propertyDescription Description string that is shown close to the gui element where you enter the text.
Public propertySelectedIndex If a predefined choice is selected, this gets the index of the choice. If free text is given, the value is -1.
Public propertyText Get/sets the Text that is choosen by the user or entered as free text.
Public propertyTextValidationFunction Gets or sets the text validation function.
Top
See Also