Panel.Children Proprietà

Definizione

Ottiene la raccolta di elementi figlio del pannello.

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>

Valore della proprietà

Raccolta di oggetti figlio. Il valore predefinito è una raccolta vuota.

Si applica a