CWnd::ShowOwnedPopups

Shows or hides all pop-up windows owned by this window.

void ShowOwnedPopups(
   BOOL bShow = TRUE 
);

Параметры

  • bShow
    Specifies whether pop-up windows are to be shown or hidden. If this parameter is TRUE, all hidden pop-up windows are shown. If this parameter is FALSE, all visible pop-up windows are hidden.

Пример

See the example for CWnd::SetWindowPos.

Требования

Header: afxwin.h

См. также

Основные понятия

CWnd Class

CWnd Members

Hierarchy Chart

ShowOwnedPopups