COleChangeIconDialog Class

Used for the OLE Change Icon dialog box.

class COleChangeIconDialog : public COleDialog

Remarks

Create an object of class COleChangeIconDialog when you want to call this dialog box. After a COleChangeIconDialog object has been constructed, you can use the m_ci structure to initialize the values or states of controls in the dialog box. The m_ci structure is of type OLEUICHANGEICON. For more information about using this dialog class, see the DoModal member function.

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

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

Requirements

Header: afxodlgs.h

See Also

Concepts

COleChangeIconDialog Members

COleDialog Class

Hierarchy Chart

COleDialog Class