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