Share via


ComboBoxAutomationPeer.IsModal Property

Definition

Gets a Boolean value indicating if the ComboBox control is modal.

public:
 property bool IsModal { bool get(); };
bool IsModal();
public bool IsModal { get; }
var boolean = comboBoxAutomationPeer.isModal;
Public ReadOnly Property IsModal As Boolean

Property Value

Boolean

bool

A Boolean value indicating if the ComboBox control is modal.

Implements

Applies to