InsertKeyMode Enumeration
.NET Framework (current version)
Represents the insertion mode used by text boxes.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Default | Honors the current INSERT key mode of the keyboard. | |
| Insert | Indicates that the insertion mode is enabled regardless of the INSERT key mode of the keyboard. | |
| Overwrite | Indicates that the overwrite mode is enabled regardless of the INSERT key mode of the keyboard. |
The InsertKeyMode enumeration is used by the MaskedTextBox::InsertKeyMode property of the MaskedTextBox class.
.NET Framework
Available since 2.0
Available since 2.0
Show: