Share via


ListBox_GetInputMode

Send Feedback

This function gets the input mode for the specified list box. This is supported for single selection list boxes.

int ListBox_GetInputMode(
  HWND hwndCtl,
  BOOL fActual
);

Parameters

  • hwndCtl
    The list box for which the input mode will be retrieved.
  • fActual
    A Boolean value indicating which input mode is retrieved.
    Value Description
    1 (True) Retrieves the actual input mode if the list box has focus, otherwise retrieves the default input mode.
    0 (False) Retrieves the default input mode.

Return Values

  • EIM_SPELL
    Spell input mode.
  • EIM_NUMBERS
    Numbers mode.

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.