ToolStripItemCollection.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックスにあるアイテムを取得します。
オーバーロード
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 内の指定した位置にある 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。