ArrowDirection Enumeration

 

Specifies the direction to move when getting items with the GetNextItem method.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public enum class ArrowDirection

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).

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

.NET Framework
Available since 2.0
Return to top
Show: