Click or drag to resize

StopFindAction Enumeration

The stop find actions.

Namespace:  DotNetBrowser.Search
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public enum StopFindAction
Members
  Member nameValueDescription
ClearSelection1 Stops the current search and clears the selection.
KeepSelection2 Stops the current search but leave the selection.
See Also