Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NInputCharEventData Class / CharIndex Property


In This Topic
    CharIndex Property
    In This Topic
    Gets the index of the character in the input string. Typically the input string is just one charecter in length, so this often defaults to 0.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CharIndex As System.Integer
    'Usage
     
    
    Dim instance As NInputCharEventData
    Dim value As System.Integer
     
    value = instance.CharIndex
    public System.int CharIndex {get;}
    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