Android.Views.ViewGroup.StartActionModeForChild Method
Start an action mode for the specified view.

Syntax

[Android.Runtime.Register("startActionModeForChild", "(Landroid/view/View;Landroid/view/ActionMode$Callback;)Landroid/view/ActionMode;", "GetStartActionModeForChild_Landroid_view_View_Landroid_view_ActionMode_Callback_Handler")]
public virtual ActionMode StartActionModeForChild (View originalView, ActionMode.ICallback callback)

Parameters

originalView
The source view where the action mode was first invoked
callback
The callback that will handle lifecycle events for the action mode

Returns

Documentation for this section has not yet been entered.

Remarks

Start an action mode for the specified view.

In most cases, a subclass does not need to override this. However, if the subclass is added directly to the window manager (for example, IViewManager.AddView(View, .LayoutParams)) then it should override this and start the action mode.

[Android Documentation]

Requirements

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