Click or drag to resize

FindOptionsMatchCase Property

Enables or disables the case-sensitive search.

Namespace:  DotNetBrowser.Search
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public bool MatchCase { get; set; }

Property Value

Type: Boolean
true if the case-sensitive search is enabled, false otherwise.
See Also