COleInsertDialog::COleInsertDialog

COleInsertDialog ( DWORD dwFlags = IOF_SELECTCREATENEW, CWnd* pParentWnd = NULL );

Parameters

dwFlags

Creation flag that contains any number of the following values to be combined using the bitwise-OR operator:

pParentWnd

Points to the parent or owner window object (of type CWnd) to which the dialog object belongs. If it is NULL, the parent window of the dialog object is set to the main application window.

Remarks

This function constructs only a COleInsertDialog object. To display the dialog box, call the DoModal function.

COleInsertDialog OverviewClass MembersHierarchy Chart

See Also   COleInsertDialog::DoModal