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

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

    Parameters

    imeHost
    An System.Windows.Forms.IWin32Window indicates the window that uses the ime device.
    Remarks
    The device type is ImeType.Unidirection.
    See Also