Share via


ComboBoxAutomationPeer.Minimizable Property

Definition

Gets a Boolean value indicating if the ComboBox control can be minimized.

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

Property Value

Boolean

bool

A Boolean value indicating if the ComboBox control can be minimized.

Implements

Applies to