FixedMaskedTextProviderIncludeLiterals Property |
Gets or sets a value indicating that the
Text property includes literals in the mask.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool IncludeLiterals { get; set; }
Public Property IncludeLiterals As Boolean
Get
Set
member IncludeLiterals : bool with get, set
Property Value
Type:
Booleantrue to include literals; otherwise,
false.
See Also