A control item with the DIF_NOFOCUS flag set cannot receive keyboard input focus. It is useful if only mouse control must be provided (see "Reversi" plugin for usage example).
The DIF_NOFOCUS 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_USERCONTROL | User control. |