ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1TextBox Class / EditMode Property

In This Topic
    EditMode Property (C1TextBox)
    In This Topic
    Returns True, if the control has input focus and TextDetached = False.
    Syntax
    'Declaration
     
    Public ReadOnly Property EditMode As Boolean
    public bool EditMode {get;}
    See Also