COleChangeIconDialog Class
Used for the OLE Change Icon dialog box.
class COleChangeIconDialog : public COleDialog
Members
Public Constructors
Name |
Description |
---|---|
Constructs a COleChangeIconDialog object. |
Public Methods
Name |
Description |
---|---|
Performs the change specified in the dialog box. |
|
Displays the OLE 2 Change Icon dialog box. |
|
Gets a handle to the metafile associated with the iconic form of this item. |
Public Data Members
Name |
Description |
---|---|
A structure that controls the behavior of the dialog box. |
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.
Inheritance Hierarchy
COleChangeIconDialog
Requirements
Header: afxodlgs.h