SearchBox.SearchHistoryEnabled 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 a value that determines whether search suggestions are made from the search history.
public:
property bool SearchHistoryEnabled { bool get(); void set(bool value); };
bool SearchHistoryEnabled();
void SearchHistoryEnabled(bool value);
public bool SearchHistoryEnabled { get; set; }
var boolean = searchBox.searchHistoryEnabled;
searchBox.searchHistoryEnabled = boolean;
Public Property SearchHistoryEnabled As Boolean
<SearchBox SearchHistoryEnabled="bool"/>
Property Value
Boolean
bool
true if search suggestions are made from the search history; otherwise, false. The default is true.