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

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

    Parameters

    handle
    An System.IntPtr indicates the handle of the window.
    See Also