CFindReplaceDialog::IsTerminating

BOOL IsTerminating( ) const;

Return Value

Nonzero if the user has decided to terminate the dialog box; otherwise 0.

Remarks

Call this function within your callback function to determine whether the user has decided to terminate the dialog box. If this function returns nonzero, you should call the DestroyWindow member function of the current dialog box and set any dialog box pointer variable to NULL. Optionally, you can also store the find/replace text last entered and use it to initialize the next find/replace dialog box.

CFindReplaceDialog OverviewClass MembersHierarchy Chart