1 out of 1 rated this helpful - Rate this topic

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

Windowsx.h

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.