Contents Index Topic Contents | ||
Previous Topic: CBEM_GETCOMBOCONTROL Next Topic: CBEM_GETEXTENDEDSTYLE |
CBEM_GETEDITCONTROL
CBEM_GETEDITCONTROL wParam = 0; lParam = 0;Retrieves the handle to the edit control portion of a ComboBoxEx control. A ComboBoxEx control uses an edit box when it is set to the CBS_DROPDOWN style.
- Returns the handle to the edit control within the ComboBoxEx control if it uses the CBS_DROPDOWN style. Otherwise, the message returns NULL.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.