Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NAutoCompleteBox Class / CaseSensitive Property


In This Topic
    CaseSensitive Property (NAutoCompleteBox)
    In This Topic
    Determines whether the auto complete suggestions are case sensitive or not. By default set to false (i.e. not case sensitive).
    Syntax
    'Declaration
     
    
    Public Property CaseSensitive As System.Boolean
    'Usage
     
    
    Dim instance As NAutoCompleteBox
    Dim value As System.Boolean
     
    instance.CaseSensitive = value
     
    value = instance.CaseSensitive
    public System.bool CaseSensitive {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also