The UltimateSearchInput type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UltimateSearchInput |
Initializes a new instance of the UltimateSearchInput class.
|
Properties
| Name | Description | |
|---|---|---|
| DisplayLastSearch |
Gets or sets a value that indicates whether the last search is displayed in the search text box.
| |
| DisplaySuggest |
Gets or sets a value that indicates whether suggested search terms are displayed while typing.
| |
| DisplaySuggestPageCount |
Gets or sets a value that indicates whether page counts are displayed for suggested search terms.
| |
| FilterSuggestByCategory |
Gets or sets the categories to filter search terms in the suggestion box.
| |
| FilterSuggestByFileType |
Gets or sets the file types to filter search terms in the suggestion box.
| |
| MaxSuggestCount |
Gets or sets the maximum number of suggested search terms.
| |
| SearchButton |
Gets the search button to submit search terms.
| |
| SearchOutputFrame |
Gets or sets the frame that contains the SearchOutputPage.
| |
| SearchOutputPage |
Gets or sets the path to the web page that contains the UltimateSearchOutput server control.
| |
| SearchTextBox |
Gets the search text box to enter search terms.
| |
| SearchTypeList |
Gets the radio button list to specify search type.
| |
| SetFocus |
Gets or sets a value that indicates whether the search text box has the focus on page load.
| |
| SpellIncludeDirectory |
Gets or sets the spell include directory.
| |
| SubmitOnEnter |
Gets or sets a value that indicates whether the search terms are submitted when the user clicks enter.
| |
| SuggestBoxCssClass |
Gets or sets the CSS Class name applied to the suggest dropdown box.
| |
| SuggestBoxWidth |
Gets or sets the width of the suggest box.
| |
| SuggestInterval |
Gets or sets the interval between every suggest request in milliseconds.
| |
| SuggestItemCssClass |
Gets or sets the CSS Class name applied to each suggested item row when mouse is not over.
| |
| SuggestItemInnerCssClass |
Gets or sets the CSS Class name applied to the inner part of each suggested item row.
| |
| SuggestItemOverCssClass |
Gets or sets the CSS Class name applied to each suggested item row when mouse is over.
| |
| SuggestPageCountCssClass |
Gets or sets the CSS Class name applied to the page count.
| |
| SuggestSearchTermsCssClass |
Gets or sets the CSS Class name applied to the suggested search terms.
| |
| WatermarkText |
Gets or sets the watermark text to be displayed in the search textbox.
| |
| XHTML |
Gets or sets a value that indicates whether UltimateSearchInput is located on a page with document type of XHTML.
|
Events
| Name | Description | |
|---|---|---|
| Click |
Event handler for the user clicks.
|