Panel.Children Properti

Definisi

Mendapatkan koleksi elemen anak dari panel.

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>

Nilai Properti

Kumpulan objek anak. Defaultnya adalah koleksi kosong.

Berlaku untuk