COleChangeSourceDialog Class
Used for the OLE Change Source dialog box.
class COleChangeSourceDialog : public COleDialog
Members
Public Constructors
Name |
Description |
---|---|
Constructs a COleChangeSourceDialog object. |
Public Methods
Name |
Description |
---|---|
Displays the OLE Change Source dialog box. |
|
Gets the complete source display name. |
|
Gets the filename from the source name. |
|
Gets the prefix of the previous source. |
|
Gets the item name from the source name. |
|
Gets the prefix of the new source |
|
Indicates if the source is valid. |
Public Data Members
Name |
Description |
---|---|
A structure that controls the behavior of the dialog box. |
Remarks
Create an object of class COleChangeSourceDialog when you want to call this dialog box. After a COleChangeSourceDialog object has been constructed, you can use the m_cs structure to initialize the values or states of controls in the dialog box. The m_cs structure is of type OLEUICHANGESOURCE. For more information about using this dialog class, see the DoModal member function.
For more information, see the OLEUICHANGESOURCE structure in Windows SDK.
For more information about OLE-specific dialog boxes, see the article Dialog Boxes in OLE.
Inheritance Hierarchy
COleChangeSourceDialog
Requirements
Header: afxodlgs.h