Android.App.ActionBar.SetDisplayShowHomeEnabled Method
Set whether to include the application home affordance in the action bar.

Syntax

[Android.Runtime.Register("setDisplayShowHomeEnabled", "(Z)V", "GetSetDisplayShowHomeEnabled_ZHandler")]
public abstract void SetDisplayShowHomeEnabled (bool showHome)

See Also

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

Parameters

showHome
true to show home, false otherwise.

Remarks

Set whether to include the application home affordance in the action bar. Home is presented as either an activity icon or logo.

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