Click or drag to resize

MaskedTextBoxInsertMode Property

Gets or sets the mode for insertion. Use IsOverwrite to determine the current mode.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public InsertKeyMode InsertMode { get; set; }

Property Value

Type: InsertKeyMode
The desired insert mode.
See Also