[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.InputMaskBuilder.OverwriteMode

OverwriteMode Method

OverwriteMode(bool)

Configurates 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.

Declaration
public InputMaskBuilder OverwriteMode(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
InputMaskBuilder

Current builder.

Remarks

The default value for this property is false.