Enum LookupTextBoxState
Defines the different states for a LookupTextBox instance
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public enum LookupTextBoxState : int
Fields
| Name | Description |
|---|---|
| None | The state None is the default state of the LTB. This state will also be set, if the textbox is leaved and the has no input |
| NotValid | If the validation of the control is not successful |
| Valid | If the validation of the control was successful |