InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel 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