TextBoxIHandlerPlaceholderText 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 string PlaceholderText { get; set; }
Property PlaceholderText As String
Get
Set
abstract 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