IWindowProvider.InteractionState Property

Definition

Gets the interaction state of the window.

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

Property Value

The interaction state of the control, as a value of the enumeration.

Applies to