FixedMaskedTextProviderSkipLiterals 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 public bool SkipLiterals { get; set; }
Public Property SkipLiterals As Boolean
Get
Set
member SkipLiterals : bool with get, set
Property Value
Type:
Booleantrue to allow the user to enter literals to skip them; otherwise,
false.
See Also