Udostępnij za pośrednictwem


ToolStripItemCollection.Item[] Właściwość

Definicja

Pobiera element w określonym indeksie.

Przeciążenia

Item[Int32]

Pobiera element w określonym indeksie.

Item[String]

Pobiera element o określonej nazwie.

Item[Int32]

Pobiera element w określonym indeksie.

public:
 virtual property System::Windows::Forms::ToolStripItem ^ default[int] { System::Windows::Forms::ToolStripItem ^ get(int index); };
public virtual System.Windows.Forms.ToolStripItem this[int index] { get; }
member this.Item(int) : System.Windows.Forms.ToolStripItem
Default Public Overridable ReadOnly Property Item(index As Integer) As ToolStripItem

Parametry

index
Int32

Indeks zerowy elementu do pobrania.

Wartość właściwości

ToolStripItem

Obiekt ToolStripItem znajdujący się w określonej pozycji w obiekcie ToolStripItemCollection.

Dotyczy

Item[String]

Pobiera element o określonej nazwie.

public:
 virtual property System::Windows::Forms::ToolStripItem ^ default[System::String ^] { System::Windows::Forms::ToolStripItem ^ get(System::String ^ key); };
public virtual System.Windows.Forms.ToolStripItem this[string key] { get; }
member this.Item(string) : System.Windows.Forms.ToolStripItem
Default Public Overridable ReadOnly Property Item(key As String) As ToolStripItem

Parametry

key
String

Nazwa elementu do pobrania.

Wartość właściwości

ToolStripItem

Element ToolStripItem o określonej nazwie.

Dotyczy