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


In This Topic
    xIdd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function xIdd( _
       ByVal YIdd As NWindow, _
       ByVal Ajdd As NKeyEventData _
    ) As System.Boolean
    'Usage
     
    
    Dim YIdd As NWindow
    Dim Ajdd As NKeyEventData
    Dim value As System.Boolean
     
    value = NKeyboard.xIdd(YIdd, Ajdd)
    internal static System.bool xIdd( 
       NWindow YIdd,
       NKeyEventData Ajdd
    )

    Parameters

    YIdd
    Ajdd
    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