AppBarToggleButtonAutomationPeer(AppBarToggleButton) Constructor

Definition

Initializes a new instance of the AppBarToggleButtonAutomationPeer class.

 AppBarToggleButtonAutomationPeer(AppBarToggleButton const& owner);
public AppBarToggleButtonAutomationPeer(AppBarToggleButton owner);
function AppBarToggleButtonAutomationPeer(owner)
Public Sub New (owner As AppBarToggleButton)

Parameters

owner
AppBarToggleButton

The AppBarToggleButton to create the peer for.

Applies to

See also