BCGControlBar Pro for MFC
virtual BOOL CBCGPGridCtrl::OpenFindReplaceDlg ( BOOL  bFindDialogOnly = TRUE)
virtual

Opens Find/Replace dialog box.

Returns
Nonzero if the Find/Replace dialog was created successfully.

Call this function to create and show the standard string Find/Replace dialog box.

Note. The support for Replace and ReplaceAll commands is not currently included in the CBCGPGridCtrl class.

Parameters
bFindDialogOnlyTRUE to create Find dialog, FALSE to create Replace dialog.