CWnd::ShowOwnedPopups

Syntax

void ShowOwnedPopups( BOOL bShow = TRUE );

Parameters

bShow

Specifies whether pop-up windows are hidden. It is TRUE if all hidden pop-up windows should be shown; it is FALSE if all visible pop-up windows should be hidden.

Remarks

Shows or hides all pop-up windows associated with the current CWnd object.

See Also

::ShowOwnedPopups