SubmitOnEnter Property
From UltimateSearch
| UltimateSearch Class Library |
| UltimateSearchInput..::..SubmitOnEnter Property |
| UltimateSearchInput Class See Also Send Feedback |
Gets or sets a value that indicates whether the search terms are submitted when the user clicks enter.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
| C# |
|---|
public bool SubmitOnEnter { get; set; } |
| Visual Basic |
|---|
Public Property SubmitOnEnter As Boolean Get Set |
| Visual C++ |
|---|
public: property bool SubmitOnEnter { bool get (); void set (bool value); } |
Field Value
true if the search terms are submitted when the user clicks enter; otherwise, false. The default value is true.
Remarks
Use this property to submit search terms when the user clicks enter.