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