|
|
        Keyboard Shortcuts
Using the keyboard you can perform some of the most common tasks. This section describes the keyboard shortcuts used by the RadComboBox. - F4 - pressing the F4 key will open the dropdown of RadComboBox when it is closed. Respectively, if your RadComboBox's dropdown is opened, pressing again the F4 key will submit the selection and close the dropdown.
- Up\Down - the Up and Down Arrow keys have two functions depending on the state of the dropdown:
- When the dropdown of the RadComboBox is opened, then pressing Up\Down Arrows will change the highlighted item in the list.
- When the dropdown of the RadComboBox is closed, then pressing Up\Down Arrows will change the SelectedItem.
- Left\Right - the Left and RightArrow keys have the same functions as the Up and Down. However, they will affect the selected\highlighted item only when the RadComboBox is not editable (the IsEditable property is set to False).
- Enter - pressing the Enter key will take effect only when the dropdown is opened. It does two things: commits the selection and closes the dropdown of the RadComboBox.
- Esc - pressing the Esc key will take effect only when the dropdown is opened. It does two things: cancels the selection and closes the dropdown of the RadComboBox.
- Home\End - pressing the Home\End keys will take effect only when the RadComboBox is not editable (the IsEditable property is set to False). These keys have two functions depending on the dropdown state:
- When the dropdown of the RadComboBox is opened, then pressing the Home\End keys will change the highlighted item to the first\last item in the list.
- When the dropdown of the RadComboBox is closed, then pressing the Home\End keys will change the selected item to the first\last item in the list.
Tip |
|---|
| Pressing the Home\End keys will affect the selected\highlighted item only when the IsEditable property is set to False. |
- PageUp\PageDown - the PageUp and PageDown keys have one main function: pressing PageUp or PageDown will open the dropdown when it is closed. If the dropdown of the RadComboBox is opened, then pressing any of these keys will change the highlighted item.
Note |
|---|
Note that all shortcuts will affect the selected\highlighted item only when the RadComboBox is focused. |
Properties
- Set the IsTabStop property to include/exclude the control in the tab navigation cycle. If this property is set to True, the control will be included; if it is False - it will be skipped.
- The TabIndex property defines the index of the control in the tab navigation cycle. The lower the number is, the earlier the control will be focused while navigating using the Tab key. If you set this property, do not forget to set IsTabStop to True.
See Also
|