FixedMaskedTextProviderIHandlerPromptChar Property |
Gets or sets the character to show for each unfilled edit position in the mask.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax char PromptChar { get; set; }
Property PromptChar As Char
Get
Set
abstract PromptChar : char with get, set
Property Value
Type:
CharThe prompt character.
See Also