ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / ImeHost Class / ImeHost Constructor / ImeHost Constructor(NativeWindow)
A System.Windows.Forms.NativeWindow indicates the handle of the window.

In This Topic
    ImeHost Constructor(NativeWindow)
    In This Topic
    Initializes a new instance of the ImeHost class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal window As NativeWindow _
    )
    public ImeHost( 
       NativeWindow window
    )

    Parameters

    window
    A System.Windows.Forms.NativeWindow indicates the handle of the window.
    See Also