FindOptionsMatchCase Property |
Enables or disables the case-sensitive search.
Namespace:
DotNetBrowser.Search
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax public bool MatchCase { get; set; }
Property Value
Type:
Booleantrue if the case-sensitive search is enabled,
false otherwise.
See Also