ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime.ImeCandidateWindow Class / Ime.ImeCandidateWindow Constructor
An Ime indicates the device.
An int indicates the index of the candidate window.

In This Topic
    Ime.ImeCandidateWindow Constructor
    In This Topic
    Initializes a new instance of the Ime.ImeCandidateWindow class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal device As Ime, _
       ByVal index As Integer _
    )
    public Ime.ImeCandidateWindow( 
       Ime device,
       int index
    )

    Parameters

    device
    An Ime indicates the device.
    index
    An int indicates the index of the candidate window.
    See Also