ToolBarOverflowPanel.CreateUIElementCollection(FrameworkElement) Method

Definition

Creates a new UIElementCollection.

protected:
 override System::Windows::Controls::UIElementCollection ^ CreateUIElementCollection(System::Windows::FrameworkElement ^ logicalParent);
protected override System.Windows.Controls.UIElementCollection CreateUIElementCollection (System.Windows.FrameworkElement logicalParent);
override this.CreateUIElementCollection : System.Windows.FrameworkElement -> System.Windows.Controls.UIElementCollection
Protected Overrides Function CreateUIElementCollection (logicalParent As FrameworkElement) As UIElementCollection

Parameters

logicalParent
FrameworkElement

Logical parent of the new collection.

Returns

A new collection.

Remarks

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

Applies to