The members of Android.Widget.SearchView are listed below.
See Also: Inherited members from Android.Widget.LinearLayout
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Iconified | bool. Returns the current iconified state of the SearchView. | |
[read-only] | ImeOptions | Android.Views.InputMethods.ImeAction. Returns the IME options set on the query text field. |
[read-only] | InputType | Android.Text.InputTypes. Returns the input type set on the query text field. |
[read-only] | IsIconfiedByDefault | bool. Returns the default iconified state of the search field. |
[read-only] | MaxWidth | int. Gets the specified maximum width in pixels, if set. |
[read-only] | Query | string. Documentation for this section has not yet been entered. |
[read-only] | QueryFormatted | Java.Lang.ICharSequence. Returns the query string currently in the text field. |
[read-only] | QueryHint | string. Documentation for this section has not yet been entered. |
[read-only] | QueryHintFormatted | Java.Lang.ICharSequence. Gets the hint text to display in the query text field. |
QueryRefinementEnabled | bool. Returns whether query refinement is enabled for all items or only specific ones. | |
SubmitButtonEnabled | bool. Returns whether the submit button is enabled when necessary or never displayed. | |
SuggestionsAdapter | CursorAdapter. Returns the adapter used for suggestions, if any. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
OnActionViewCollapsed()Called when this view is collapsed as an action view. | ||
OnActionViewExpanded()Called when this view is expanded as an action view. | ||
SetIconifiedByDefault(bool)Sets the default or resting state of the search field. | ||
SetImeOptions(Android.Views.InputMethods.ImeAction)Sets the IME options on the query text field. | ||
SetInputType(Android.Text.InputTypes)Sets the input type on the query text field. | ||
SetMaxWidth(int)Makes the view at most this many pixels wide | ||
SetOnCloseListener(SearchView.IOnCloseListener)Sets a listener to inform when the user closes the SearchView. | ||
SetOnQueryTextFocusChangeListener(Android.Views.View.IOnFocusChangeListener)Sets a listener to inform when the focus of the query text field changes. | ||
SetOnQueryTextListener(SearchView.IOnQueryTextListener)Sets a listener for user actions within the SearchView. | ||
SetOnSearchClickListener(Android.Views.View.IOnClickListener)Sets a listener to inform when the search button is pressed. | ||
SetOnSuggestionListener(SearchView.IOnSuggestionListener)Sets a listener to inform when a suggestion is focused or clicked. | ||
SetQuery(Java.Lang.ICharSequence, bool)Sets a query string in the text field and optionally submits the query as well. | ||
SetQuery(string, bool)Documentation for this section has not yet been entered. | ||
SetQueryHint(Java.Lang.ICharSequence)Sets the hint text to display in the query text field. | ||
SetQueryHint(string)Documentation for this section has not yet been entered. | ||
SetSearchableInfo(Android.App.SearchableInfo)Sets the SearchableInfo for this SearchView. |
Close | Documentation for this section has not yet been entered. | |
QueryTextChange | Documentation for this section has not yet been entered. | |
QueryTextFocusChange | Documentation for this section has not yet been entered. | |
QueryTextSubmit | Documentation for this section has not yet been entered. | |
SearchClick | Documentation for this section has not yet been entered. | |
SuggestionClick | Documentation for this section has not yet been entered. | |
SuggestionSelect | Documentation for this section has not yet been entered. |