ToolBarOverflowPanel.CreateUIElementCollection(FrameworkElement) Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.UIElementCollectionProtected Overrides Function CreateUIElementCollection (logicalParent As FrameworkElement) As UIElementCollectionParameters
- 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.