Click or drag to resize

MaskedTextBoxIsOverwrite Property

Gets a value indicating whether typing will overwrite text.

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

Property Value

Type: Boolean
true if text will be overwritten; otherwise, false to insert text.
See Also