C1MaskedTextEditor コントロールを使用すると、キー入力と同時にユーザー入力を検証および書式設定でき、ユーザーが不正なデータを入力することを防止できます。
オブジェクト モデル
シンタックス
'宣言
Public Class C1MaskedTextBox
Inherits C1TextBox
Implements Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent
public class C1MaskedTextBox : C1TextBox, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent
継承階層
System.Object
Microsoft.AspNetCore.Components.ComponentBase
C1.Blazor.Core.C1View
C1.Blazor.Input.C1TextBox
C1.Blazor.Input.C1MaskedTextBox
参照