ActionMenuView.HideOverflowMenu Method

Definition

Hide the overflow items from the associated menu.

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

Returns

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

Attributes

Remarks

Hide the overflow items from the associated menu.

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

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