System.Windows.Forms.ArrowDirection Enumeration

Specifies the direction to move when getting items with the ToolStrip.GetNextItem(ToolStripItem, ArrowDirection) method.

Syntax

public enum ArrowDirection

Remarks

System.Windows.Forms.ArrowDirection works with System.Windows.Forms.Orientation so you can quickly determine an orientation from a direction.

Members

Member NameDescription
Down

The direction is down (Orientation.Vertical).

Left

The direction is left (Orientation.Horizontal).

Right

The direction is right (Orientation.Horizontal).

Up

The direction is up (Orientation.Vertical).

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0