Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NComboBox Class / OnInputChar Method


In This Topic
    OnInputChar Method (NComboBox)
    In This Topic
    Overriden to provide support for navigation based on the first character of combo box items' text.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnInputChar( _
       ByVal args As NInputCharEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NComboBox
    Dim args As NInputCharEventArgs
     
    instance.OnInputChar(args)
    protected override void OnInputChar( 
       NInputCharEventArgs args
    )

    Parameters

    args
    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