COleInsertDialog Class
Used for the OLE Insert Object dialog box.
class COleInsertDialog : public COleDialog
Заметки
Create an object of class COleInsertDialog when you want to call this dialog box. After a COleInsertDialog object has been constructed, you can use the m_io structure to initialize the values or states of controls in the dialog box. The m_io structure is of type OLEUIINSERTOBJECT. For more information about using this dialog class, see the DoModal member function.
Примечание. |
---|
Application Wizard-generated container code uses this class. |
For more information, see the OLEUIINSERTOBJECT structure in the Windows SDK.
For more information regarding OLE-specific dialog boxes, see the article Dialog Boxes in OLE.
Требования
Header: afxodlgs.h
См. также
Основные понятия
OCLIENT Sample: Illustrates a Visual Editing Container Application