Panel.Children 屬性

定義

取得面板子專案的集合。

public:
 property UIElementCollection ^ Children { UIElementCollection ^ get(); };
UIElementCollection Children();
public UIElementCollection Children { get; }
var uIElementCollection = panel.children;
Public ReadOnly Property Children As UIElementCollection
<panel>
  oneOrMoreUIElements
</panel>

屬性值

子物件的集合。 預設為空集合。

適用於