WinUI | ComponentOne
WinUI | ComponentOne
C1.WinUI.Input Assembly
/
C1.WinUI.Input Namespace
/
C1MaskedTextBox Class
/ ReplaceMode Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
ReplaceMode Property
In This Topic
Gets or sets a value indicating whether new characters will be inserted or replace existing ones while you are typing.
Syntax
C#
public
bool
ReplaceMode {
get
;
set
;}
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
Reference
C1MaskedTextBox Class
C1MaskedTextBox Members