Back to Devexpress

FindNextCommand Class

windowsforms-devexpress-dot-xtrarichedit-dot-commands.md

latest2.5 KB
Original Source

FindNextCommand Class

Looks for the next matching string as defined in the search criteria given by the preceding FindCommand.

Namespace : DevExpress.XtraRichEdit.Commands

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public class FindNextCommand :
    FindPrevNextCommand
vb
Public Class FindNextCommand
    Inherits FindPrevNextCommand

Remarks

The FindNextCommand command uses the search criteria specified in the Find and Replace form invoked by the preceding FindCommand. The criteria persist when the form is closed, so the FindNextCommand enables you to continue the search.

The search is performed from the cursor location to the end of the document. When the end of the document is reached, the user is prompted to start the search from the beginning of the document.

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand DevExpress.XtraRichEdit.Commands.FindPrevNextCommand FindNextCommand

See Also

FindNextCommand Members

FindPrevCommand

FindCommand

ReplaceCommand

Keyboard Shortcuts in Rich Text Editor

DevExpress.XtraRichEdit.Commands Namespace