ComponentOne MultiSelect for WinForms
C1.Win.Input.GrapeCity.Framework.Input Namespace / Ime Class / CandidateWindows Property

In This Topic
    CandidateWindows Property
    In This Topic
    Gets the collection of candiate window.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CandidateWindows As Ime.ImeCandidateWindowCollection
    public Ime.ImeCandidateWindowCollection CandidateWindows {get;}

    Property Value

    A Ime.ImeCandidateWindowCollection indicates the candidate windows.
    See Also