SearchSettingsDataSource::SearchWatermark Property

 

Gets or sets the string to display in the common search control when it is empty and does not have the focus. Default is “Search”.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property String^ SearchWatermark {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Returns the watermark string of the search control.

Return to top
Show: