CMFCWindowsManagerDialog 類別
CMFCWindowsManagerDialog 物件可讓使用者管理在 MDI 應用程式的子視窗。
class CMFCWindowsManagerDialog : public CDialog
成員
公用建構函式
名稱 |
描述 |
---|---|
建構 CMFCWindowsManagerDialog 物件。 |
備註
CMFCWindowsManagerDialog 包含 MDI 已經在應用程式的子視窗清單。 您可以使用這個對話方塊,使用者可以手動控制項的 MDI 子視窗的狀態。
CMFCWindowsManagerDialog 內嵌在 CMDIFrameWndEx 類別內。 CMFCWindowsManagerDialog 不是您應該手動建立的類別。 相反地,請呼叫函式, CMDIFrameWndEx::ShowWindowsDialog,它會建立並顯示 CMFCWindowsManagerDialog 物件。
範例
下列範例示範如何透過呼叫 CMDIFrameWndEx::ShowWindowsDialogCMFCWindowsManagerDialog 建構物件。 這個程式碼片段是 Visual Studio 示範範例的一部分。
void CMainFrame::OnWindowManager()
{
ShowWindowsDialog();
}
繼承階層架構
需求
標題: afxWindowsManagerDialog.h
請參閱
參考
CMDIFrameWndEx::ShowWindowsDialog