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