WatermarkText Property
From UltimateSearch
| UltimateSearch Class Library |
| UltimateSearchInput..::..WatermarkText Property |
| UltimateSearchInput Class See Also Send Feedback |
Gets or sets the watermark text to be displayed in the search textbox.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
| C# |
|---|
public string WatermarkText { get; set; } |
| Visual Basic |
|---|
Public Property WatermarkText As String Get Set |
| Visual C++ |
|---|
public: property String^ WatermarkText { String^ get (); void set (String^ value); } |
Field Value
Watermark text to be displayed in the search textbox. The default value is empty string.
Remarks
Use this property to set the watermark text to be displayed in the search textbox.