COleUpdateDialog Class

Used for a special case of the OLE Edit Links dialog box, which should be used when you need to update only existing linked or embedded objects in a document.

class COleUpdateDialog : public COleLinksDialog

Members

Public Constructors

Name

Description

COleUpdateDialog::COleUpdateDialog

Constructs a COleUpdateDialog object.

Public Methods

Name

Description

COleUpdateDialog::DoModal

Displays the Edit Links dialog box in an update mode.

Remarks

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

Inheritance Hierarchy

CObject

CCmdTarget

CWnd

CDialog

CCommonDialog

COleDialog

COleLinksDialog

COleUpdateDialog

Requirements

Header: afxodlgs.h

See Also

Reference

COleLinksDialog Class

Hierarchy Chart

COleLinksDialog Class

Concepts

MFC Sample OCLIENT