Android.App.ActionBar.SetDisplayShowCustomEnabled Method
Set whether a custom view should be displayed, if set.

Syntax

[Android.Runtime.Register("setDisplayShowCustomEnabled", "(Z)V", "GetSetDisplayShowCustomEnabled_ZHandler")]
public abstract void SetDisplayShowCustomEnabled (bool showCustom)

See Also

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

Parameters

showCustom
true if the currently set custom view should be displayed, false otherwise.

Remarks

Set whether a custom view should be displayed, if set.

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