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