InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputMaskedTextBox Class / IsOverwriteMode Property

In This Topic
    IsOverwriteMode Property (InputMaskedTextBox)
    In This Topic
    Gets a value that specifies whether new user input overwrites existing input.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsOverwriteMode As Boolean
    public bool IsOverwriteMode {get;}
    See Also