Text |
public class TextChoice
The TextChoice type exposes the following members.
| Name | Description | |
|---|---|---|
| TextChoice | Initializes a new instance of the TextChoice class |
| Name | Description | |
|---|---|---|
| AllowFreeText | Gets/sets whether free text choice is allowed or not allowed. | |
| Choices | ||
| Description | Description string that is shown close to the gui element where you enter the text. | |
| SelectedIndex | If a predefined choice is selected, this gets the index of the choice. If free text is given, the value is -1. | |
| Text | Get/sets the Text that is choosen by the user or entered as free text. | |
| TextValidationFunction |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| _choices | ||
| _selection |