Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NKeyboard Class / UIdd Method


In This Topic
    UIdd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function UIdd( _
       ByVal vIdd As NWindow, _
       ByVal WIdd As NInputCharEventData _
    ) As System.Boolean
    'Usage
     
    
    Dim vIdd As NWindow
    Dim WIdd As NInputCharEventData
    Dim value As System.Boolean
     
    value = NKeyboard.UIdd(vIdd, WIdd)
    internal static System.bool UIdd( 
       NWindow vIdd,
       NInputCharEventData WIdd
    )

    Parameters

    vIdd
    WIdd
    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