Android.App.ActionBar.Show Method
Show the ActionBar if it is not currently showing.

Syntax

[Android.Runtime.Register("show", "()V", "GetShowHandler")]
public abstract void Show ()

Remarks

Show the ActionBar if it is not currently showing. If the window hosting the ActionBar does not have the feature Android.Views.Window.FEATURE_ACTION_BAR_OVERLAY it will resize application content to fit the new space available.

If you are hiding the ActionBar through Android.Views.View.SystemUiFlagFullscreen, you should not call this function directly.

[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