TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / SendKeyAsInput Method

In This Topic
    SendKeyAsInput Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SendKeyAsInput( _
       ByVal key As Char _
    ) As UInteger
    public static uint SendKeyAsInput( 
       char key
    )

    Parameters

    key
    See Also