Android.Views.ActionProvider.HasSubMenu Property
Determines if this ActionProvider has a submenu associated with it.

Syntax

[get: Android.Runtime.Register("hasSubMenu", "()Z", "GetHasSubMenuHandler")]
public virtual bool HasSubMenu { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Determines if this ActionProvider has a submenu associated with it.

Associated submenus will be shown when an action view is not. This provider instance will receive a call to ActionProvider.OnPrepareSubMenu(ISubMenu) after the call to ActionProvider.OnPerformDefaultAction and before a submenu is displayed to the user.

[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