SearchSettingsDataSource::SearchStartTooltip Property

 

Gets or sets the search button tooltip to display before the common search control starts a search. Default is “Search”.

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

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

Property Value

Type: System::String^

Returns the search button tooltip to display before starting a search.

Return to top
Show: