ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime Class / SimulateHotKey Method
Specifies the identifier of the IME hot key

In This Topic
    SimulateHotKey Method
    In This Topic
    Simulates the specified IME hot key, causing the same response as if the user had pressed the hot key in the related window.
    Syntax
    'Declaration
     
    
    Public Sub SimulateHotKey( _
       ByVal hotKey As ImeHotKeys _
    ) 
    public void SimulateHotKey( 
       ImeHotKeys hotKey
    )

    Parameters

    hotKey
    Specifies the identifier of the IME hot key
    See Also