Panel.CreateUIElementCollection Method (FrameworkElement)
.NET Framework (current version)
Creates a new UIElementCollection.
Assembly: PresentationFramework (in PresentationFramework.dll)
abstract CreateUIElementCollection : logicalParent:FrameworkElement -> UIElementCollection override CreateUIElementCollection : logicalParent:FrameworkElement -> UIElementCollection
Parameters
- logicalParent
-
Type:
System.Windows.FrameworkElement
The logical parent element of the collection to be created.
Return Value
Type: System.Windows.Controls.UIElementCollectionAn 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: