Table of Contents

Method FindPrevious

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

FindPrevious(bool)

public bool FindPrevious(bool wrapAround = true)

Parameters

wrapAround bool

Returns

bool

FindPrevious(string, bool, bool)

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

Parameters

searchText string
matchCase bool
wrapAround bool

Returns

bool