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

In This Topic
    IsEditing Property
    In This Topic
    Gets a flag indicates whether the ime is opening and has inputed string.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsEditing As Boolean
    public bool IsEditing {get;}

    Property Value

    true, indicates the ime is opening and has inputed string, otherwise, false;
    See Also