InsertKeyMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the insertion mode used by text boxes.
public enum class InsertKeyMode
public enum InsertKeyMode
type InsertKeyMode =
Public Enum InsertKeyMode
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Honors the current INSERT key mode of the keyboard. |
Insert | 1 | Indicates that the insertion mode is enabled regardless of the INSERT key mode of the keyboard. |
Overwrite | 2 | Indicates that the overwrite mode is enabled regardless of the INSERT key mode of the keyboard. |
Remarks
The InsertKeyMode enumeration is used by the MaskedTextBox.InsertKeyMode property of the MaskedTextBox class.