SearchBox.ChooseSuggestionOnEnter 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 the suggested search query is activated when the user presses Enter.
public:
property bool ChooseSuggestionOnEnter { bool get(); void set(bool value); };
bool ChooseSuggestionOnEnter();
void ChooseSuggestionOnEnter(bool value);
public bool ChooseSuggestionOnEnter { get; set; }
var boolean = searchBox.chooseSuggestionOnEnter;
searchBox.chooseSuggestionOnEnter = boolean;
Public Property ChooseSuggestionOnEnter As Boolean
<SearchBox ChooseSuggestionOnEnter="bool"/>
Property Value
Boolean
bool
true if the suggested search query is activated when the user presses Enter; otherwise, false. The default is false.