Dialog.ActionBar Property

Definition

Retrieve the ActionBar attached to this dialog, if present.

public virtual Android.App.ActionBar? ActionBar { [Android.Runtime.Register("getActionBar", "()Landroid/app/ActionBar;", "GetGetActionBarHandler")] get; }
[<get: Android.Runtime.Register("getActionBar", "()Landroid/app/ActionBar;", "GetGetActionBarHandler")>]
member this.ActionBar : Android.App.ActionBar

Property Value

The ActionBar attached to the dialog or null if no ActionBar is present.

Attributes

Remarks

Retrieve the ActionBar attached to this dialog, if present.

Java documentation for android.app.Dialog.getActionBar().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to