Xceed Grid for WinForms v4.3 Documentation
Overwrite Property


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > TextBoxArea Class : Overwrite Property
Gets or sets a boolean value indicating if existing text in the textbox area can be overwritten when keys are pressed.
Syntax
'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.
Requirements

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

See Also

Reference

TextBoxArea Class
TextBoxArea Members