COleLinksDialog

The COleLinksDialog object is used for the OLE Edit Links dialog box. Create an object of class COleLinksDialog when you want to call this dialog box. After a COleLinksDialog object has been constructed, you can use the m_el structure to initialize the values or states of controls in the dialog box. The m_el structure is of type OLEUIEDITLINKS. For more information about using this dialog class, see the DoModal member function.

Note   AppWizard-generated container code uses this class.

For more information, see the structure in the OLE 2.01 User Interface Library.

For more information regarding OLE-specific dialog boxes, see the article in Visual C++ Programmer’s Guide.

#include <afxodlgs.h>

Class MembersBase ClassHierarchy Chart

See Also   COleDialog