Enum TextEditingAccept
This enumeration specifies possible values for AcceptText(TextEditingAccept).
Namespace: Northwoods.Go.Tools
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public enum TextEditingAccept
Fields
Name | Description |
---|---|
Enter | The user has typed ENTER. |
LostFocus | The text editing control has lost focus. |
MouseDown | The user has clicked somewhere else in the diagram. |
Tab | The user has typed TAB. |