Calendar for WinForms | ComponentOne
C1.Win.Input.GrapeCity.Framework.Input Namespace / Ime.ImeCandidateWindow Class / Visible Property

In This Topic
    Visible Property (Ime.ImeCandidateWindow)
    In This Topic
    Gets or sets the visible of the candidate window.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Property Visible As Boolean
    public override bool Visible {get; set;}

    Property Value

    A bool indicats whether the candidate window is visible.
    See Also