Panel.Children Propriété

Définition

Obtient la collection d’éléments enfants du panneau.

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>

Valeur de propriété

Collection d'objets enfants. La valeur par défaut est une collection vide.

S’applique à