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 对象的集合。

适用于