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; }
<ObsoleteAttribute("Since 2.5.1, Use ShowPromptMode instead")>
Public Property ShowPromptOnFocus As Boolean
Get
Set
[<ObsoleteAttribute("Since 2.5.1, Use ShowPromptMode instead")>]
member ShowPromptOnFocus : bool with get, set
Property Value
Type:
Booleantrue if to show the prompt only when focussed; otherwise,
false.
See Also