Spread Windows Forms 15.0
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
    public virtual bool CaseSensitive {get; set;}
    See Also