Android.Views.IMenuItem.ExpandActionView Method
Expand the action view associated with this menu item.

Syntax

[Android.Runtime.Register("expandActionView", "()Z", "GetExpandActionViewHandler:Android.Views.IMenuItemInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool ExpandActionView ()

Returns

Documentation for this section has not yet been entered.

Remarks

Expand the action view associated with this menu item. The menu item must have an action view set, as well as the showAsAction flag IMenuItem.SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW. If a listener has been set using IMenuItem.SetOnActionExpandListener(IMenuItemOnActionExpandListener) it will have its IMenuItemOnActionExpandListener.OnMenuItemActionExpand(IMenuItem) method invoked. The listener may return false from this method to prevent expanding the action view.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14