UIElementAutomationPeer.Owner Property

Definition

Gets the UIElement that is associated with this UIElementAutomationPeer.

public:
 property System::Windows::UIElement ^ Owner { System::Windows::UIElement ^ get(); };
public System.Windows.UIElement Owner { get; }
member this.Owner : System.Windows.UIElement
Public ReadOnly Property Owner As UIElement

Property Value

The UIElement that is associated with this UIElementAutomationPeer.

Applies to