Share via


FlyoutPresenterAutomationPeer(FlyoutPresenter) Constructor

Definition

Initializes a new instance of the FlyoutPresenterAutomationPeer class.

 FlyoutPresenterAutomationPeer(FlyoutPresenter const& owner);
public FlyoutPresenterAutomationPeer(FlyoutPresenter owner);
function FlyoutPresenterAutomationPeer(owner)
Public Sub New (owner As FlyoutPresenter)

Parameters

owner
FlyoutPresenter

The FlyoutPresenter to create the peer for.

Applies to

See also