ListBox_SetInputMode
This function sets the default input mode used by the specified list box when the list box has focus.
BOOL ListBox_SetInputMode(
HWND hwndCtl,
int nInputMode
);
Parameters
- hwndCtl
Handle to the list box for which the input mode will be set. - nInputMode
The input mode to which the list box will be set. The possible values for this parameter are the values that are returned from ListBox_GetInputMode.
Return Values
Returns non-zero if successful.
Requirements
Smartphone: Smartphone 2002 and later.
OS Versions: Windows CE 3.0 and later.
Header: windowsm.h.
Send Feedback on this topic to the authors