Share via


ComboBoxAutomationPeer.InteractionState Property

Definition

Gets the interaction state of the ComboBox control.

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

Property Value

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

Implements

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to