An application sends a CB_SETEXTENDEDUI message to select either the default user interface or the extended user interface for a combo box that has the CBS_DROPDOWN or CBS_DROPDOWNLIST style.
CB_SETEXTENDEDUI wParam = (WPARAM) (BOOL) fExtended; // extended user interface flag lParam = 0; // not used; must be zero
If the operation succeeds, the return value is CB_OKAY. If an error occurs, it is CB_ERR.
By default, the F4 key opens or closes the list and the DOWN ARROW changes the current selection. In the extended user interface, the F4 key is disabled and the DOWN ARROW key opens the drop-down list.
file: /Techref/os/win/api/win32/mess/src/msg02_7.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/12 22:28,
3.22.249.89:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/mess/src/msg02_7.htm"> CB_SETEXTENDEDUI</A> |
Did you find what you needed? |