Enum StopFindAction
- Namespace
- DotNetBrowser.Search
- Assembly
- DotNetBrowser.dll
The stop find actions.
public enum StopFindAction
Fields
ClearSelection = 1
Stops the current search and clears the selection.
KeepSelection = 2
Stops the current search but leave the selection.