次の方法で共有


GridItemCollection.Item プロパティ

GridItem をコレクションから取得します。

[C#] C# では、このプロパティは GridItemCollection クラスのインデクサになります。

オーバーロードの一覧

ラベルが一致する GridItem を取得します。

[Visual Basic] Overloads Public Default ReadOnly Property Item(String) As GridItem

[C#] public GridItem this[string] {get;}

[C++] public: __property GridItem* get_Item(String*);

[JScript] GridItemCollection.Item (String)

指定したインデックス位置にある GridItem を取得します。

[Visual Basic] Overloads Public Default ReadOnly Property Item(Integer) As GridItem

[C#] public GridItem this[int] {get;}

[C++] public: __property GridItem* get_Item(int);

[JScript] GridItemCollection.Item (int)

参照

GridItemCollection クラス | GridItemCollection メンバ | System.Windows.Forms 名前空間