COleConvertDialog Class

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

class COleConvertDialog : public COleDialog

Members

Public Constructors

Name

Description

COleConvertDialog::COleConvertDialog

Constructs a COleConvertDialog object.

Public Methods

Name

Description

COleConvertDialog::DoConvert

Performs the conversion specified in the dialog box.

COleConvertDialog::DoModal

Displays the OLE Change Item dialog box.

COleConvertDialog::GetClassID

Gets the CLSID associated with the chosen item.

COleConvertDialog::GetDrawAspect

Specifies whether to draw item as an icon.

COleConvertDialog::GetIconicMetafile

Gets a handle to the metafile associated with the iconic form of this item.

COleConvertDialog::GetSelectionType

Gets the type of selection chosen.

Public Data Members

Name

Description

COleConvertDialog::m_cv

A structure that controls the behavior of the dialog box.

Remarks

Note

Application Wizard-generated container code uses this class.

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

Inheritance Hierarchy

CObject

CCmdTarget

CWnd

CDialog

CCommonDialog

COleDialog

COleConvertDialog

Requirements

Header: afxodlgs.h

See Also

Reference

COleDialog Class

Hierarchy Chart

COleDialog Class