Specifies the direction to move when getting items with the ToolStrip.GetNextItem(ToolStripItem, ArrowDirection) method.
System.Windows.Forms.ArrowDirection works with System.Windows.Forms.Orientation so you can quickly determine an orientation from a direction.
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). |