共用方式為


CWnd::DragAcceptFiles

呼叫此成員函式從 視窗中,使用 CWnd 指標,在應用程式中 CWinApp::InitInstance 函式指示視窗接受檔案管理員或 Windows 檔案總管的已置放的檔案。

void DragAcceptFiles(
   BOOL bAccept = TRUE 
);

參數

  • BAccept
    旗標表示拖曳檔案是否接受。

備註

呼叫以 bAccept 參數的 DragAcceptFiles 設為 的視窗才會驗證需求可以處理 Windows 訊息 WM_DROPFILES。 例如,在 MDI 應用程式中,則為,如果 CMDIFrameWnd 視窗指標用來 DragAcceptFiles 函式呼叫,,只有 CMDIFrameWnd 視窗 WM_DROPFILES 接收訊息。 這項資訊不會傳送至所有開啟 CMDIChildWnd 視窗。 如需 CMDIChildWnd 收到的視窗這則訊息,您必須呼叫 CMDIChildWnd 視窗指標的 DragAcceptFiles

若要停止接收被拖曳檔案,請使用 bAccept 的成員函式會將設定為

需求

Header: afxwin.h

請參閱

參考

CWnd 類別

階層架構圖

DragAcceptFiles

WM_DROPFILES