ToolBarOverflowPanel::CreateUIElementCollection Method (FrameworkElement^)

 

Creates a new UIElementCollection.

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

protected:
virtual UIElementCollection^ CreateUIElementCollection(
	FrameworkElement^ logicalParent
) override

Parameters

logicalParent
Type: System.Windows::FrameworkElement^

Logical parent of the new collection.

Return Value

Type: System.Windows.Controls::UIElementCollection^

A new collection.

The new collection is used to add cached information to every child or to intercept actions such as layout updates.

.NET Framework
Available since 3.0
Return to top
Show: