FixedMaskedTextProviderIHandlerIncludeLiterals 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 bool IncludeLiterals { get; set; }
Property IncludeLiterals As Boolean
Get
Set
abstract IncludeLiterals : bool with get, set
Property Value
Type:
Booleantrue to include literals; otherwise,
false.
See Also