Click or drag to resize

CefBrowserHostFind Method

Search for |searchText|. |identifier| can be used to have multiple searches running simultaniously. |forward| indicates whether to search forward or backward within the page. |matchCase| indicates whether the search should be case-sensitive. |findNext| indicates whether this is the first request or a follow-up. The CefFindHandler instance, if any, returned via CefClient::GetFindHandler will be called to report find results.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void Find(
	int identifier,
	string searchText,
	bool forward,
	bool matchCase,
	bool findNext
)

Parameters

identifier  Int32
 
searchText  String
 
forward  Boolean
 
matchCase  Boolean
 
findNext  Boolean
 
See Also