Represents the insertion mode used by text boxes.
The System.Windows.Forms.InsertKeyMode enumeration is used by the MaskedTextBox.InsertKeyMode property of the System.Windows.Forms.MaskedTextBox class.
Honors the current INSERT key mode of the keyboard.
Indicates that the insertion mode is enabled regardless of the INSERT key mode of the keyboard.
Indicates that the overwrite mode is enabled regardless of the INSERT key mode of the keyboard.