Basic Library for UWP/WinRT XAML
ReplaceMode プロパティ

入力中に、新しい文字を挿入するか、それとも新しい文字を既存の文字に置き換えるかを示す値を取得または設定します。
構文
'宣言
 
Public Property ReplaceMode As System.Boolean
public System.bool ReplaceMode {get; set;}
解説
入力した文字を挿入ポイントの位置に挿入する場合は、このプロパティ値を true に設定します。そうでない場合、つまり入力した文字を挿入ポイントの位置にある既存の文字に上書きする場合は、このプロパティ値を false に設定します。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1MaskedTextBox クラス
C1MaskedTextBox メンバ

Send Feedback