ArrowDirection Enumeration
.NET Framework (current version)
Specifies the direction to move when getting items with the GetNextItem method.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| 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
Available since 2.0
Show: