Поделиться через


CFindReplaceDialog::IsTerminating

Call this function within your callback function to determine whether the user has decided to terminate the dialog box.

BOOL IsTerminating( ) const;

Возвращаемое значение

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

Заметки

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.

Пример

See the example for CFindReplaceDialog::GetFindString.

Требования

Header: afxdlgs.h

См. также

Основные понятия

CFindReplaceDialog Class

CFindReplaceDialog Members

Hierarchy Chart