public enum TextEditingReason : System.Enum
public enum TextEditingReason : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
Northwoods.GoXam.Tool.TextEditingReason