ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime.ImeWindow Class / Visible Property

In This Topic
    Visible Property (Ime.ImeWindow)
    In This Topic
    Gets or sets a bool indicates whether the ime window is visible.
    Syntax
    'Declaration
     
    
    Public MustOverride Property Visible As Boolean
    public abstract bool Visible {get; set;}

    Property Value

    A bool indicates whether the window is visible.
    See Also