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 IncludePrompt As Boolean
Get
Set
abstract IncludePrompt : bool with get, set
Property Value
Type:
Booleantrue to include prompt; otherwise,
false.
See Also