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

プロパティ値

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

適用対象