ComboBox_GetDroppedState macro
Ascertains whether the drop list in a combo box control is visible. You can use this macro or send the CB_GETDROPPEDSTATE message explicitly.
Syntax
BOOL ComboBox_GetDroppedState( HWND hwndCtl );
Parameters
- hwndCtl
-
Type: HWND
A handle to the combo box control.
Return value
TRUE if the drop list is visible; otherwise FALSE.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 10/27/2012
