FixedMaskedTextProviderIHandlerSkipLiterals Property |
Gets or sets a value indicating that the user can type literals to skip them in the mask.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax bool SkipLiterals { get; set; }
Property SkipLiterals As Boolean
Get
Set
abstract SkipLiterals : bool with get, set
Property Value
Type:
Booleantrue to allow the user to enter literals to skip them; otherwise,
false.
See Also