Panel.Children Propiedad

Definición

Obtiene la colección de elementos secundarios del 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>

Valor de propiedad

La colección de objetos secundarios. El valor predeterminado es una colección vacía.

Se aplica a