Share via


ComboBoxAutomationPeer.IsTopmost Property

Definition

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

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

Property Value

Boolean

bool

A Boolean value indicating if the ComboBox control is topmost.

Implements

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to