Enum TextEditingState

GoDiagram®
v10.0.8
by Northwoods Software®

This enumeration specifies possible values for State.

Namespace: Northwoods.Go.Tools
Assembly: Northwoods.GoDiagram.WinForms.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.