Panel::InternalChildren Property

 

Gets a UIElementCollection of child elements.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public protected:
property UIElementCollection^ InternalChildren {
	UIElementCollection^ get();
}

Property Value

Type: System.Windows.Controls::UIElementCollection^

An ordered collection of UIElement objects. This property has no default value.

The returned collection includes items that are added directly in code, and also items that are generated by data binding.

Classes that are derived from Panel should use this property, instead of the Children property, for internal overrides such as MeasureCore and ArrangeCore.

.NET Framework
Available since 3.0
Return to top
Show: