CDocumentManager Class

class CDocumentManager: public CMessageMap

Wraps document management

CDocumentManager includes the following member functions  CDocumentManager,  OnFileOpen,  OnfileSave,  OnFileSaveAs,  OnFileClose,  OpenDocument, SaveDocument , and  CloseDocument,

Defined in: DocManager.h

Class Template Arguments

_Derived

The ultimately derived class

_OpenDialog = COpenFileDialog

The dialog box to use for opening files

_SaveDialog = CSaveAsFileDialog

The dialog box to use for saving files

Comments