ToolStrip.GetNextItem(ToolStripItem, ArrowDirection) Yöntem
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen başvuru noktasından sonrakini ToolStripItem alır ve belirtilen yönde hareket eder.
public:
virtual System::Windows::Forms::ToolStripItem ^ GetNextItem(System::Windows::Forms::ToolStripItem ^ start, System::Windows::Forms::ArrowDirection direction);
public virtual System.Windows.Forms.ToolStripItem GetNextItem (System.Windows.Forms.ToolStripItem start, System.Windows.Forms.ArrowDirection direction);
abstract member GetNextItem : System.Windows.Forms.ToolStripItem * System.Windows.Forms.ArrowDirection -> System.Windows.Forms.ToolStripItem
override this.GetNextItem : System.Windows.Forms.ToolStripItem * System.Windows.Forms.ArrowDirection -> System.Windows.Forms.ToolStripItem
Public Overridable Function GetNextItem (start As ToolStripItem, direction As ArrowDirection) As ToolStripItem
- start
- ToolStripItem
Bu ToolStripItem , sonraki öğenin alınmasına başlayabileceğiniz başvuru noktasıdır.
- direction
- ArrowDirection
Hareket yönünü belirten değerlerinden ArrowDirection biri.
ToolStripItem parametresi tarafından belirtilen ve parametresi tarafından start
belirtilen direction
sırada sırada olan bir.
parametresinin direction
belirtilen değeri değerinin değerlerinden ArrowDirectionbiri değil.
GetNextItem bir sonrakini ToolStripItem ToolStripalmak için yöntemini kullanın. Numaralandırma ArrowDirection özelliğiyle eşgüdümlü olarak bulunur Orientation .
Ürün | Sürümler |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |
Windows Desktop | 3.0, 3.1, 5, 6, 7 |