COleChangeIconDialog

The COleChangeIconDialog class is used for the OLE Change Icon dialog box. 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 structure in the OLE 2.01 User Interface Library.

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

#include <afxodlgs.h>

Class MembersBase ClassHierarchy Chart

See Also   COleDialog