AppBarAutomationPeer(AppBar) Constructor

Definition

Initializes a new instance of the AppBarAutomationPeer class.

 AppBarAutomationPeer(AppBar const& owner);
public AppBarAutomationPeer(AppBar owner);
function AppBarAutomationPeer(owner)
Public Sub New (owner As AppBar)

Parameters

owner
AppBar

The AppBar control instance to create the peer for.

Applies to