ASP.NET Core MVC コントロールヘルプ
OverwriteMode メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > InputMaskBuilder クラス : OverwriteMode メソッド
The value.
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.
シンタックス
'宣言
 
Public Function OverwriteMode( _
   ByVal value As System.Boolean _
) As InputMaskBuilder
public InputMaskBuilder OverwriteMode( 
   System.bool value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The default value for this property is **false**.
参照

InputMaskBuilder クラス
InputMaskBuilder メンバ