Table of Contents

Method FindNext

Namespace
Terminal.Gui.Editor
Assembly
Terminal.Gui.Editor.dll

FindNext(bool)

public bool FindNext(bool wrapAround = true)

Parameters

wrapAround bool

Returns

bool

FindNext(string, bool, bool)

public bool FindNext(string searchText, bool matchCase = false, bool wrapAround = true)

Parameters

searchText string
matchCase bool
wrapAround bool

Returns

bool