Android.App.ActionBar.SetDisplayHomeAsUpEnabled Method
Set whether home should be displayed as an "up" affordance.

Syntax

[Android.Runtime.Register("setDisplayHomeAsUpEnabled", "(Z)V", "GetSetDisplayHomeAsUpEnabled_ZHandler")]
public abstract void SetDisplayHomeAsUpEnabled (bool showHomeAsUp)

See Also

ActionBar.DisplayOptions
ActionBar.SetDisplayOptions(ActionBarDisplayOptions, Android.App.ActionBarDisplayOptions)

Parameters

showHomeAsUp
true to show the user that selecting home will return one level up rather than to the top level of the app.

Remarks

Set whether home should be displayed as an "up" affordance. Set this to true if selecting "home" returns up by a single level in your UI rather than back to the top level or front page.

To set several display options at once, see the setDisplayOptions methods.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11