CComboBox::GetDroppedControlRect

This member function retrieves the screen coordinates of the visible (dropped-down) list box of a drop-down combo box.

Syntax

void GetDroppedControlRect( LPRECT lprect ) const;

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CComboBox Overview, CComboBox Member Functions, Control Classes