AppBarButtonAutomationPeer(AppBarButton) Constructor

Definition

Initializes a new instance of the AppBarButtonAutomationPeer class.

 AppBarButtonAutomationPeer(AppBarButton const& owner);
public AppBarButtonAutomationPeer(AppBarButton owner);
function AppBarButtonAutomationPeer(owner)
Public Sub New (owner As AppBarButton)

Parameters

owner
AppBarButton

The AppBarButton to create the peer for.

Applies to

See also