ActionMenuView.ShowOverflowMenu Method

Definition

Show the overflow items from the associated menu.

[Android.Runtime.Register("showOverflowMenu", "()Z", "GetShowOverflowMenuHandler")]
public virtual bool ShowOverflowMenu ();
[<Android.Runtime.Register("showOverflowMenu", "()Z", "GetShowOverflowMenuHandler")>]
abstract member ShowOverflowMenu : unit -> bool
override this.ShowOverflowMenu : unit -> bool

Returns

true if the menu was able to be shown, false otherwise

Attributes

Remarks

Show the overflow items from the associated menu.

Java documentation for android.widget.ActionMenuView.showOverflowMenu().

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