ThemedTextStepperHandlerPlaceholderText Property |
Gets or sets the placeholder text to show as a hint of what the user should enter.
Namespace:
Eto.Forms.ThemedControls
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public string PlaceholderText { get; set; }
Public Property PlaceholderText As String
Get
Set
abstract PlaceholderText : string with get, set
override PlaceholderText : string with get, set
Property Value
Type:
StringThe placeholder text.
Implements
TextBoxIHandlerPlaceholderTextRemarks
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