[]
        
(Showing Draft Content)

C1.WPF.C1ComboBox.IsOpenKey

IsOpenKey Method

IsOpenKey(Key)

Return true if that key should open the combo box. Override to handle you own keyboard selection strategy.

Declaration
protected virtual bool IsOpenKey(Key key)
Parameters
Type Name Description
Key key

The key that was pressed.

Returns
Type Description
bool

True if the key pressed should open the combo box.