SearchSettingsDataSource::SearchClearTooltip Property

 

Gets or sets the search button tooltip to display after a search is complete. Default is “Clear search”.

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

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

Property Value

Type: System::String^

Returns the search button tooltip to display after a search is complete.

Return to top
Show: