The members of Android.App.ActionBar are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
abstract | CustomView | Android.Views.View. |
abstract | DisplayOptions | ActionBarDisplayOptions. |
Elevation | float. Get the Z-axis elevation of the action bar in pixels. | |
[read-only] abstract | Height | int. Retrieve the current height of the ActionBar. |
HideOffset | int. Return the current vertical offset of the action bar. | |
HideOnContentScrollEnabled | bool. Return whether the action bar is configured to scroll out of sight along with a Android.Views.View.NestedScrollingEnabled. | |
[read-only] abstract | IsShowing | bool. |
[read-only] abstract | NavigationItemCount | int. Get the number of navigation items present in the current navigation mode. |
abstract | NavigationMode | ActionBarNavigationMode. Returns the current navigation mode. |
[read-only] abstract | SelectedNavigationIndex | int. Get the position of the selected navigation item in list or tabbed navigation modes. |
[read-only] abstract | SelectedTab | ActionBar.Tab. Returns the currently selected tab if in tabbed navigation mode and there is at least one tab present. |
Subtitle | string. Documentation for this section has not yet been entered. | |
abstract | SubtitleFormatted | Java.Lang.ICharSequence. Returns the current ActionBar subtitle in standard mode. |
[read-only] abstract | TabCount | int. Returns the number of tabs currently registered with the action bar. |
[read-only] | ThemedContext | Android.Content.Context. Returns a Android.Content.Context with an appropriate theme for creating views that will appear in the action bar. |
Title | string. Documentation for this section has not yet been entered. | |
abstract | TitleFormatted | Java.Lang.ICharSequence. Returns the current ActionBar title in standard mode. |
[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. |
abstract | AddOnMenuVisibilityListener(ActionBar.IOnMenuVisibilityListener)Add a listener that will respond to menu visibility change events. | |
abstract | AddTab(ActionBar.Tab)Add a tab for use in tabbed navigation mode. | |
abstract | AddTab(ActionBar.Tab, bool)Add a tab for use in tabbed navigation mode. | |
abstract | AddTab(ActionBar.Tab, int)Add a tab for use in tabbed navigation mode. | |
abstract | AddTab(ActionBar.Tab, int, bool)Add a tab for use in tabbed navigation mode. | |
abstract | GetTabAt(int)Returns the tab at the specified index. | |
abstract | Hide()Hide the ActionBar if it is currently showing. | |
abstract | NewTab()Create and return a new NoType:android/app/ActionBar$Tab;Href=../../../reference/android/app/ActionBar.Tab.html. | |
abstract | RemoveAllTabs()Remove all tabs from the action bar and deselect the current tab. | |
abstract | RemoveOnMenuVisibilityListener(ActionBar.IOnMenuVisibilityListener)Remove a menu visibility listener. | |
abstract | RemoveTab(ActionBar.Tab)Remove a tab from the action bar. | |
abstract | RemoveTabAt(int)Remove a tab from the action bar. | |
abstract | SelectTab(ActionBar.Tab)Select the specified tab. | |
abstract | SetBackgroundDrawable(Android.Graphics.Drawables.Drawable)Set the ActionBar's background. | |
abstract | SetCustomView(int)Set the action bar into custom navigation mode, supplying a view for custom navigation. | |
abstract | SetCustomView(Android.Views.View, ActionBar.LayoutParams)Set the action bar into custom navigation mode, supplying a view for custom navigation. | |
abstract | SetDisplayHomeAsUpEnabled(bool)Set whether home should be displayed as an "up" affordance. | |
abstract | SetDisplayOptions(ActionBarDisplayOptions, ActionBarDisplayOptions)Set selected display options. | |
abstract | SetDisplayShowCustomEnabled(bool)Set whether a custom view should be displayed, if set. | |
abstract | SetDisplayShowHomeEnabled(bool)Set whether to include the application home affordance in the action bar. | |
abstract | SetDisplayShowTitleEnabled(bool)Set whether an activity title/subtitle should be displayed. | |
abstract | SetDisplayUseLogoEnabled(bool)Set whether to display the activity logo rather than the activity icon. | |
SetHomeActionContentDescription(Java.Lang.ICharSequence)Set an alternate description for the Home/Up action, when enabled. | ||
SetHomeActionContentDescription(int)Set an alternate description for the Home/Up action, when enabled. | ||
SetHomeActionContentDescription(string)Documentation for this section has not yet been entered. | ||
SetHomeAsUpIndicator(Android.Graphics.Drawables.Drawable)Set an alternate drawable to display next to the icon/logo/title when ActionBar.DISPLAY_HOME_AS_UP is enabled. | ||
SetHomeAsUpIndicator(int)Set an alternate drawable to display next to the icon/logo/title when ActionBar.DISPLAY_HOME_AS_UP is enabled. | ||
SetHomeButtonEnabled(bool)Enable or disable the "home" button in the corner of the action bar. | ||
abstract | SetIcon(Android.Graphics.Drawables.Drawable)Set the icon to display in the 'home' section of the action bar. | |
abstract | SetIcon(int)Set the icon to display in the 'home' section of the action bar. | |
abstract | SetListNavigationCallbacks(Android.Widget.ISpinnerAdapter, ActionBar.IOnNavigationListener)Set the adapter and navigation callback for list navigation mode. | |
abstract | SetLogo(Android.Graphics.Drawables.Drawable)Set the logo to display in the 'home' section of the action bar. | |
abstract | SetLogo(int)Set the logo to display in the 'home' section of the action bar. | |
abstract | SetSelectedNavigationItem(int)Set the selected navigation item in list or tabbed navigation modes. | |
SetSplitBackgroundDrawable(Android.Graphics.Drawables.Drawable)Set the ActionBar's split background. | ||
SetStackedBackgroundDrawable(Android.Graphics.Drawables.Drawable)Set the ActionBar's stacked background. | ||
abstract | SetSubtitle(int)Set the action bar's subtitle. | |
abstract | SetTitle(int)Set the action bar's title. | |
abstract | Show()Show the ActionBar if it is not currently showing. |
MenuVisibility | Documentation for this section has not yet been entered. |