ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputMaskTagHelper Class / OverwriteMode Property

In This Topic
    OverwriteMode Property (InputMaskTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputMask.OverwriteMode. Sets a value that determines whether the input element handles input in overwrite mode. In **overwrite mode**, every character you type is displayed at the cursor position. If a character is already at that position, it is replaced.
    Syntax
    'Declaration
     
    Public Property OverwriteMode As Boolean
    public bool OverwriteMode {get; set;}
    Remarks
    The default value for this property is **false**.
    See Also