Share via


AppBarAutomationPeer.InteractionState Property

Definition

Gets the interaction state of the app bar, such as running, closing, and so on.

public:
 property WindowInteractionState InteractionState { WindowInteractionState get(); };
WindowInteractionState InteractionState();
public WindowInteractionState InteractionState { get; }
var windowInteractionState = appBarAutomationPeer.interactionState;
Public ReadOnly Property InteractionState As WindowInteractionState

Property Value

The interaction state of the app bar.

Implements

Applies to