Overview
Group
Quick Info

Windows NT
Yes
Win95
Yes
Win32s
Yes
Import Library
-
Header File
winuser.h
Unicode
No
Platform Notes
None

CB_GETDROPPEDCONTROLRECT

An application sends a CB_GETDROPPEDCONTROLRECT message to retrieve the screen coordinates of the drop-down list box of a combo box.

CB_GETDROPPEDCONTROLRECT

wParam = 0; // not used; must be zero

lParam = (LPARAM) (RECT FAR*) lprc; // address of RECT structure

Parameters

lprc

Value of lParam. Points to the RECT structure that is to receive the coordinates.

Return Values

This message always returns CB_OKAY.

See Also

RECT

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples