SearchBox.ChooseSuggestionOnEnter Proprietà

Definizione

Ottiene o imposta un valore che determina se la query di ricerca suggerita viene attivata quando l'utente preme INVIO.

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"/>

Valore della proprietà

Boolean

bool

true se la query di ricerca suggerita viene attivata quando l'utente preme INVIO; in caso contrario, false. Il valore predefinito è false.

Si applica a