COleLinksDialog Class

Used for the OLE Edit Links dialog box.

class COleLinksDialog : public COleDialog

Members

Public Constructors

Name

Description

COleLinksDialog::COleLinksDialog

Constructs a COleLinksDialog object.

Public Methods

Name

Description

COleLinksDialog::DoModal

Displays the OLE Edit Links dialog box.

Public Data Members

Name

Description

COleLinksDialog::m_el

A structure of type OLEUIEDITLINKS that controls the behavior of the dialog box.

Remarks

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

Application Wizard-generated container code uses this class.

For more information, see the OLEUIEDITLINKS structure in the Windows SDK.

For more information regarding OLE-specific dialog boxes, see the article Dialog Boxes in OLE.

Inheritance Hierarchy

CObject

CCmdTarget

CWnd

CDialog

CCommonDialog

COleDialog

COleLinksDialog

Requirements

Header: afxodlgs.h

See Also

Reference

COleDialog Class

Hierarchy Chart

COleDialog Class