ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1MaskedTextBox Class / ReplaceMode Property



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
    'Declaration
     
    
    Public Property ReplaceMode As Boolean
    'Usage
     
    
    Dim instance As C1MaskedTextBox
    Dim value As Boolean
     
    instance.ReplaceMode = value
     
    value = instance.ReplaceMode
    public bool ReplaceMode {get; set;}
    public:
    property bool ReplaceMode {
       bool get();
       void set (    bool value);
    }
    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