CefBrowserHost Find Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public void Find(
	int identifier,
	string searchText,
	bool forward,
	bool matchCase,
	bool findNext
)

Parameters

identifier
Type: OnlineSystem Int32

[Missing <param name="identifier"/> documentation for "M:Xilium.CefGlue.CefBrowserHost.Find(System.Int32,System.String,System.Boolean,System.Boolean,System.Boolean)"]

searchText
Type: OnlineSystem String

[Missing <param name="searchText"/> documentation for "M:Xilium.CefGlue.CefBrowserHost.Find(System.Int32,System.String,System.Boolean,System.Boolean,System.Boolean)"]

forward
Type: OnlineSystem Boolean

[Missing <param name="forward"/> documentation for "M:Xilium.CefGlue.CefBrowserHost.Find(System.Int32,System.String,System.Boolean,System.Boolean,System.Boolean)"]

matchCase
Type: OnlineSystem Boolean

[Missing <param name="matchCase"/> documentation for "M:Xilium.CefGlue.CefBrowserHost.Find(System.Int32,System.String,System.Boolean,System.Boolean,System.Boolean)"]

findNext
Type: OnlineSystem Boolean

[Missing <param name="findNext"/> documentation for "M:Xilium.CefGlue.CefBrowserHost.Find(System.Int32,System.String,System.Boolean,System.Boolean,System.Boolean)"]

See Also