Android.Widget.AbsSpinner Members

The members of Android.Widget.AbsSpinner are listed below.

See Also: Inherited members from Android.Widget.AdapterView<Android.Widget.ISpinnerAdapter>

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

override
AdapterISpinnerAdapter. Returns the adapter currently associated with this widget.
[read-only]
override
SelectedViewAndroid.Views.View.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

OnRestoreInstanceState(Android.OS.IParcelable)
Hook allowing a view to re-apply a representation of its internal state that had previously been generated by Android.Views.View.OnSaveInstanceState.
OnSaveInstanceState() : Android.OS.IParcelable
Hook allowing a view to generate a representation of its internal state that can later be used to create a new instance with that same state.
PointToPosition(int, int) : int
Maps a point to a position in the list.
override
SetSelection(int)
Sets the currently selected item.
SetSelection(int, bool)
Jump directly to a specific item in the adapter data.