Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves the screen coordinates of a combo box in its dropped-down state. You can use this macro or send the CB_GETDROPPEDCONTROLRECT message explicitly.
Syntax
void ComboBox_GetDroppedControlRect(
HWND hwndCtl,
RECT *lprc
);
Parameters
hwndCtl
Type: HWND
A handle to the control.
lprc
Type: RECT*
A pointer to a RECT structure that receives the coordinates of the combo box in its dropped-down state.
Return value
None
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | windowsx.h |