UIElementCollection.SetLogicalParent(UIElement) Method

Definition

Sets the logical parent of an element in a UIElementCollection.

protected:
 void SetLogicalParent(System::Windows::UIElement ^ element);
protected void SetLogicalParent (System.Windows.UIElement element);
member this.SetLogicalParent : System.Windows.UIElement -> unit
Protected Sub SetLogicalParent (element As UIElement)

Parameters

element
UIElement

The UIElement whose logical parent is set.

Applies to