The first dialog item which has the DIF_HOMEITEM flag set and can have keyboard input focus will be receiving the focus when the user presses the Home key.
The DIF_HOMEITEM flag is applicable to the following dialog items:
| Control | Description |
|---|---|
| DI_BUTTON | Push button. |
| DI_CHECKBOX | Check box. |
| DI_EDIT | Edit box. |
| DI_FIXEDIT | Fixed size edit box. |
| DI_COMBOBOX | Combo box. |
| DI_RADIOBUTTON | Radio button. |
| DI_PSWEDIT | Password edit box. |
| DI_LISTBOX | List box. |
| DI_MEMOEDIT | |
| DI_USERCONTROL | User control. |