Click or drag to resize

TextBoxPlaceholderText Property

Gets or sets the placeholder text to show as a hint of what the user should enter.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public string PlaceholderText { get; set; }

Property Value

Type: String
The placeholder text.
Remarks
Typically this will be shown when the control is blank, and will dissappear when the user enters text or if it has an existing value.
See Also