System.Windows.Forms.InsertKeyMode Enumeration

Represents the insertion mode used by text boxes.

Syntax

public enum InsertKeyMode

Remarks

The System.Windows.Forms.InsertKeyMode enumeration is used by the MaskedTextBox.InsertKeyMode property of the System.Windows.Forms.MaskedTextBox class.

Members

Member NameDescription
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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0