ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime Class / Ime Constructor / Ime Constructor(IWin32Window,ImeType)
An System.Windows.Forms.IWin32Window indicates the window that uses the ime device.
An ImeType indicates the device type user hoped.

In This Topic
    Ime Constructor(IWin32Window,ImeType)
    In This Topic
    Initializes a new instance of the Ime class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal imeHost As IWin32Window, _
       ByVal imeType As ImeType _
    )

    Parameters

    imeHost
    An System.Windows.Forms.IWin32Window indicates the window that uses the ime device.
    imeType
    An ImeType indicates the device type user hoped.
    Remarks
    If can created the device as the special type, is decided by imhost.
    See Also