ToolStripItemCollection.Item[] プロパティ

定義

指定したインデックスにあるアイテムを取得します。

オーバーロード

Item[Int32]

指定したインデックスにあるアイテムを取得します。

Item[String]

指定した名前の項目を取得します。

Item[Int32]

指定したインデックスにあるアイテムを取得します。

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

パラメーター

index
Int32

取得する項目の、0 から始まるインデックス。

プロパティ値

ToolStripItem

ToolStripItem 内の指定した位置にある ToolStripItemCollection

適用対象

Item[String]

指定した名前の項目を取得します。

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

パラメーター

key
String

取得する項目の名前。

プロパティ値

ToolStripItem

指定された名前の ToolStripItem

適用対象