Table of Contents

Class WebBrowserFindParams

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Customization flags for text search operations in the WebBrowser control.

public class WebBrowserFindParams
Inheritance
WebBrowserFindParams

Properties

Backwards

Searches for phrase in backward direction.

EntireWord

Matches an entire word when searching.

HighlightResult

Highlights the search results.

MatchCase

Match case, i.e. case sensitive searching.

Wrap

Causes the search to restart when end or beginning reached.

Operators

explicit operator WebBrowserSearchFlags(WebBrowserFindParams)

Gets search parameters as int value.