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

Applies to