InsertKeyMode Enum

Definition

Represents the insertion mode used by text boxes.

public enum class InsertKeyMode
public enum InsertKeyMode
type InsertKeyMode = 
Public Enum InsertKeyMode
Inheritance
InsertKeyMode

Fields

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.

Applies to

See also