Compartir a través de


ComboBoxAutomationPeer.InteractionState Propiedad

Definición

Obtiene el estado de interacción del control ComboBox .

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

Valor de propiedad

Estado de interacción del control ComboBox , como un valor de la enumeración.

Implementaciones

Se aplica a