GridItem.GridItems プロパティ

定義

派生クラスでオーバーライドされた場合、GridItem の子として関連付けられている GridItem オブジェクトのコレクションがあるときは、そのコレクションを取得します。

public:
 abstract property System::Windows::Forms::GridItemCollection ^ GridItems { System::Windows::Forms::GridItemCollection ^ get(); };
public abstract System.Windows.Forms.GridItemCollection GridItems { get; }
member this.GridItems : System.Windows.Forms.GridItemCollection
Public MustOverride ReadOnly Property GridItems As GridItemCollection

プロパティ値

GridItemCollection

GridItem オブジェクトのコレクション。

適用対象