Freigeben über


ComboBoxAutomationPeer.IsTopmost Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob sich das ComboBox-Steuerelement am obersten Rand befindet.

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

Eigenschaftswert

Boolean

bool

Ein boolescher Wert, der angibt, ob das ComboBox-Steuerelement ganz oben liegt.

Implementiert

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Gilt für: