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


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

    Parameters

    SIdd
    tIdd
    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