Partager via


ComboBoxAutomationPeer.IsTopmost Propriété

Définition

Obtient une valeur booléenne indiquant si le contrôle ComboBox est le plus haut.

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

Valeur de propriété

Boolean

bool

Valeur booléenne indiquant si le contrôle ComboBox est le plus haut.

Implémente

S’applique à