Gets or sets a boolean value indicating if existing text in the textbox area can be overwritten when keys are pressed.
'Declaration
<DescriptionAttribute("Indicates if existing text can be overwritten when keys are pressed.")>
<CategoryAttribute("Behavior")>
Public Property Overwrite As Boolean
'Usage
Dim instance As TextBoxArea
Dim value As Boolean
instance.Overwrite = value
value = instance.Overwrite
[Description("Indicates if existing text can be overwritten when keys are pressed.")]
[Category("Behavior")]
public bool Overwrite {get; set;}
Property Value
true if existing text can be overwritten when keys are pressed; false otherwise. By default,
DefaultOverwrite.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2