SearchSettingsDataSource::SearchStopTooltip Property

 

Gets or sets the search button tooltip to display during a search by the common search control. Default is “Stop search”.

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

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

Property Value

Type: System::String^

Returns the search button tooptip to display during a search.

Return to top
Show: