TextBox.WatermarkText

Syntax

WatermarkText: String

Description

The WatermarkText property determines text to show if the text box is empty and not focused.

Comments

Use JSON or the setWatermarkText method to set the property value, and the getWatermarkText method to get the property value.

The text is shown if the IsWatermark property is set to True.

Example

The property use is given in the Example of Creating the TextBox Component page.

See also:

TextBox