Click or drag to resize

MaskedTextBoxShowPlaceholderWhenEmpty Property

Gets or sets a value indicating that the placeholder should be shown when the mask is empty and the control does not have focus.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[DefaultValueAttribute(true)]
public bool ShowPlaceholderWhenEmpty { get; set; }

Property Value

Type: Boolean
true to show the placeholder when its value is empty; otherwise, false.
See Also