Enum TextEditingState
- Namespace
- Northwoods.Go.Tools
- Assembly
- Northwoods.GoDiagram.WinForms.dll
This enumeration specifies possible values for State.
public enum TextEditingState
Fields
Active = 1
DoActivate() sets the value of State to this.
Editing = 2
The default text editor receiving focus sets the value of State to this.
Invalid = 4
If validation fails, AcceptText(TextEditingAccept) sets the value of State to this.
None = 0
This is the starting value before the tool is activated.
Validated = 5
Once accepted and the tool begins the "TextEditing" transaction, the value of State is set to this.
Validating = 3
AcceptText(TextEditingAccept) sets the value of State to this.