Поделиться через


COleControl::PostModalDialog

Notifies the container that a modal dialog box has been closed.

void PostModalDialog(
   HWND hWndParent = NULL
);

Параметры

  • hWndParent
    Handle to the parent window of the modal dialog box.

Заметки

Call this function after displaying any modal dialog box. You must call this function so that the container can enable any top-level windows disabled by PreModalDialog. This function should be paired with a call to PreModalDialog.

Требования

Header: afxctl.h

См. также

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

COleControl Class

COleControl Members

Hierarchy Chart

COleControl::PreModalDialog