[]
Return true if that key should open the combo box. Override to handle you own keyboard selection strategy.
protected virtual bool IsOpenKey(Key key)
| Type | Name | Description |
|---|---|---|
| Key | key | The key that was pressed. |
| Type | Description |
|---|---|
| bool | True if the key pressed should open the combo box. |