Retrieves the next System.Windows.Forms.ToolStripItem from the specified reference point and moving in the specified direction.
- start
The System.Windows.Forms.ToolStripItem that is the reference point from which to begin the retrieval of the next item.
- direction
One of the values of System.Windows.Forms.ArrowDirection that specifies the direction to move.
![]()
A System.Windows.Forms.ToolStripItem that is specified by the start parameter and is next in the order as specified by the direction parameter.
Use the ToolStrip.GetNextItem(ToolStripItem, ArrowDirection) method to get the next System.Windows.Forms.ToolStripItem of a System.Windows.Forms.ToolStrip. The System.Windows.Forms.ArrowDirection enumeration coordinates with the ToolStrip.Orientation property.