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; }
Public Property PlaceholderText As String
Get
Set
member PlaceholderText : string with get, set
Property Value
Type:
StringThe 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