Freigeben über


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.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property SearchStopTooltip As String
public string SearchStopTooltip { get; set; }
public:
property String^ SearchStopTooltip {
    String^ get ();
    void set (String^ value);
}
member SearchStopTooltip : string with get, set
function get SearchStopTooltip () : String 
function set SearchStopTooltip (value : String)

Property Value

Type: String
Returns the search button tooptip to display during a search.

.NET Framework Security

See Also

Reference

SearchSettingsDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace