ToolStrip.GetNextItem(ToolStripItem, ArrowDirection) Yöntem

Tanım

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

Parametreler

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.

Döndürülenler

ToolStripItem

ToolStripItem parametresi tarafından belirtilen ve parametresi tarafından start belirtilen direction sırada sırada olan bir.

Özel durumlar

parametresinin direction belirtilen değeri değerinin değerlerinden ArrowDirectionbiri değil.

Açıklamalar

GetNextItem bir sonrakini ToolStripItem ToolStripalmak için yöntemini kullanın. Numaralandırma ArrowDirection özelliğiyle eşgüdümlü olarak bulunur Orientation .

Şunlara uygulanır