SearchBox.Watermark Property
Gets or sets the watermark.
Namespace: Microsoft.WindowsServerSolutions.Web.Controls
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string Watermark { get; set; }
public:
property String^ Watermark {
String^ get();
void set(String^ value);
}
Public Property Watermark As String
Property Value
Type: System.String
An instance of String that contains the watermark information.
See Also
SearchBox Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace
Return to top