CGXGridCore::OnShowFindReplaceDialog

void CGXGridCore::OnShowFindReplaceDialog(BOOL bFindOnly);?

bFindOnly

Specifies the dialog to be displayed. If TRUE, the standard Find dialog box is displayed. If FALSE, the standard Replace dialog is displayed.

Remarks

Override this function to display your own Find or Replace dialog box. The default implementation displays the standard Find or Replace dialog box.

CGXGridView or CGXGridWnd calls OnShowFindReplaceDialog when the user chooses the Find or Replace menu item.

Control-Factory Specific ->

This method has been implemented using the abstraction mechanism as discussed in the chapter "Reducing the size of your application" in the user's guide. A call to the ImplementFindReplace method from within the control factory class' InitializeGridComponents method will make the concrete implementation of this method available to your application.

If no concrete implementation is available this method performs no action. A warning will be displayed in the debug window.

END Control-Factory Specific

See Also

 CGXGridCore::OnFindNext  CGXGridCore::OnReplaceAll  CGXGridCore::OnTextNotFound  CGXGridCore::OnReplaceSel

CGXGridCore

 Class Overview |  Class Members