共用方式為


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 物件的集合。

適用於