Table of Contents

Enum ArrowBehavior

Namespace
Northwoods.Go.Extensions
Assembly
DrawCommandHandlerWinForms.dll

This enumeration specifies possible values for ArrowKeyBehavior.

public enum ArrowBehavior

Fields

Move = 0

Moves the Selection.

None = 4

Does nothing on arrow key press.

Scroll = 2

Scrolls the diagram in the arrow's direction.

Select = 1

Changes the Selection to a nearby Part in the arrow's direction.

Tree = 3

Changes the selected node in a tree and expands or collapses subtrees.