ISECEditFindReplaceNotify Class
class ISECEditFindReplaceNotify
This interface is used by the SECEditFindReplaceDlg class to communicate back to the controller class SECEditController, which implements this interface. The find/replace dialog communicates back to the controller through this interface to notify the controller that an action needs to be performed.Defined in: ISECEditFindReplaceNotify.h
Class Members
virtual BOOL SECEditFindReplaceNotifyMsg(SECEditFindReplaceDlg* pFindReplaceDlg)
Called to indicate that an action needs to be peformed.
virtual BOOL HasSelection() const
Retrieves the current selection state.