Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FrameworkElementAutomationPeer.Owner Property

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.

Gets the UIElement owner that is associated with this FrameworkElementAutomationPeer.

public:
 property UIElement ^ Owner { UIElement ^ get(); };
UIElement Owner();
public UIElement Owner { get; }
var uIElement = frameworkElementAutomationPeer.owner;
Public ReadOnly Property Owner As UIElement

Property Value

The element that owns this instance of the peer class.

Remarks

If the owner element has been deleted, getting this property fails.

Applies to


Feedback

Was this page helpful?