Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft