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>

Значение свойства

Коллекция дочерних объектов. По умолчанию является пустой коллекцией.

Применяется к