ReplaceMode Property (C1MaskedTextBox)
In This Topic
Gets or sets a value indicating whether new characters will be inserted or replace existing ones while you are typing.
Syntax
'Declaration
Public Property ReplaceMode As Boolean
public bool ReplaceMode {get; set;}
See Also