SearchSettingsDataSource.SearchTooltip Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.