Click or drag to resize

MaskedTextBoxShowPromptOnFocus Property

Note: This API is now obsolete.

Gets or sets a value indicating that the prompt characters should only be shown when the control has focus.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.5.1, Use ShowPromptMode instead")]
public bool ShowPromptOnFocus { get; set; }

Property Value

Type: Boolean
true if to show the prompt only when focussed; otherwise, false.
See Also