Visual Studio 2010 - Visual C++
CWnd::ShowOwnedPopups
Shows or hides all pop-up windows owned by this window.
void ShowOwnedPopups( BOOL bShow = TRUE );
Parameters
Example
See the example for CWnd::SetWindowPos.
Requirements
Header: afxwin.h
See Also