Click or drag to resize

FixedMaskedTextProviderIHandlerIncludePrompt Property

Gets or sets a value indicating that the Text property includes prompt characters for each edit position in the mask.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool IncludePrompt { get; set; }

Property Value

Type: Boolean
true to include prompt; otherwise, false.
See Also