FixedMaskedTextProviderAutoAdvance Property |
Gets or sets a value indicating that the cursor position will advance past literals to the next available
edit position automatically.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool AutoAdvance { get; set; }
Public Property AutoAdvance As Boolean
Get
Set
member AutoAdvance : bool with get, set
Property Value
Type:
Booleantrue to auto advance past literals; otherwise,
false.
See Also