ToolStrip::GetNextItem Method (ToolStripItem^, ArrowDirection)
.NET Framework (current version)
Retrieves the next ToolStripItem from the specified reference point and moving in the specified direction.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: virtual ToolStripItem^ GetNextItem( ToolStripItem^ start, ArrowDirection direction )
Parameters
- start
-
Type:
System.Windows.Forms::ToolStripItem^
The ToolStripItem that is the reference point from which to begin the retrieval of the next item.
- direction
-
Type:
System.Windows.Forms::ArrowDirection
One of the values of ArrowDirection that specifies the direction to move.
Return Value
Type: System.Windows.Forms::ToolStripItem^A ToolStripItem that is specified by the start parameter and is next in the order as specified by the direction parameter.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The specified value of the direction parameter is not one of the values of ArrowDirection. |
Use the GetNextItem method to get the next ToolStripItem of a ToolStrip. The ArrowDirection enumeration coordinates with the Orientation property.
.NET Framework
Available since 2.0
Available since 2.0
Show: