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

Applies to