Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SearchDialog Class / CaseSensitive Property


In This Topic
CaseSensitive Property
In This Topic
Gets or sets whether to consider upper case and lower case when performing the search.
Syntax
'Declaration
 
Public Overridable Property CaseSensitive As Boolean
 
'Usage
 
Dim instance As SearchDialog
Dim value As Boolean
 
instance.CaseSensitive = value
 
value = instance.CaseSensitive
See Also