Gets or sets a value indicating whether new characters will be inserted or replace existing ones while you are typing.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public bool ReplaceMode { get; set; }
Visual Basic
Public Property ReplaceMode As Boolean
	Get
	Set
XAML Attribute Usage
<object ReplaceMode="bool" .../>

Remarks

Set this property value to true if typing characters should be inserted at an insertion point position; otherwise, set it to false if typing characters should overwrite existing characters at an insertion point position.

See Also