IsOverwriteMode Property (InputMaskedTextBox)
In This Topic
Gets a value that specifies whether new user input overwrites existing input.
Syntax
'Declaration
Public ReadOnly Property IsOverwriteMode As Boolean
public bool IsOverwriteMode {get;}
See Also