Click or drag to resize

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 Value

Type: Boolean
true to auto advance past literals; otherwise, false.
See Also