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; }
Public ReadOnly Property IsOverwrite As Boolean
Get
member IsOverwrite : bool with get
Property Value
Type:
Booleantrue if text will be overwritten; otherwise,
false to insert text.
See Also