SearchSettingsDataSource.SearchTooltip Property

Definition

Gets or sets the value indicating the tooltip for the search box of the Visual Studio common search control. Default is “Type words to search for”.

public:
 property System::String ^ SearchTooltip { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ SearchTooltip { Platform::String ^ get(); void set(Platform::String ^ value); };
public string SearchTooltip { get; set; }
member this.SearchTooltip : string with get, set
Public Property SearchTooltip As String

Property Value

Returns the tooltip for the search edit box.

Applies to