Table of Contents

Enum TextEditingAccept

Namespace
Northwoods.Go.Tools
Assembly
Northwoods.GoDiagram.WinForms.dll

This enumeration specifies possible values for AcceptText(TextEditingAccept).

public enum TextEditingAccept

Fields

Enter = 3

The user has typed ENTER.

LostFocus = 0

The text editing control has lost focus.

MouseDown = 1

The user has clicked somewhere else in the diagram.

Tab = 2

The user has typed TAB.