Panel::CreateUIElementCollection Method (FrameworkElement^)
.NET Framework (current version)
Creates a new UIElementCollection.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual UIElementCollection^ CreateUIElementCollection( FrameworkElement^ logicalParent )
Parameters
- logicalParent
-
Type:
System.Windows::FrameworkElement^
The logical parent element of the collection to be created.
Return Value
Type: System.Windows.Controls::UIElementCollection^An ordered collection of elements that have the specified logical parent.
Use the generated UIElementCollection to cache information about child elements or to perform incremental layout updates.
.NET Framework
Available since 3.0
Available since 3.0
Panel Class
System.Windows.Controls Namespace
Panels Overview
Add an Element Dynamically
Show: