ComponentOne Xamarin.Android
StartActionModeForChild(View,ICallback,ActionModeType) Method


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1BulletGraph Class > StartActionModeForChild Method : StartActionModeForChild(View,ICallback,ActionModeType) Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("startActionModeForChild", 
   "(Landroid/view/View;Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;", 
   "GetStartActionModeForChild_Landroid_view_View_Landroid_view_ActionMode_Callback_IHandler")>
Public Overloads Overridable Function StartActionModeForChild( _
   ByVal originalView As Android.Views.View, _
   ByVal callback As Android.Views.ActionMode.ICallback, _
   ByVal type As Android.Views.ActionModeType _
) As Android.Views.ActionMode
'Usage
 
Dim instance As C1BulletGraph
Dim originalView As Android.Views.View
Dim callback As Android.Views.ActionMode.ICallback
Dim type As Android.Views.ActionModeType
Dim value As Android.Views.ActionMode
 
value = instance.StartActionModeForChild(originalView, callback, type)
[Android.Runtime.Register("startActionModeForChild", 
   "(Landroid/view/View;Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;", 
   "GetStartActionModeForChild_Landroid_view_View_Landroid_view_ActionMode_Callback_IHandler")]
public virtual Android.Views.ActionMode StartActionModeForChild( 
   Android.Views.View originalView,
   Android.Views.ActionMode.ICallback callback,
   Android.Views.ActionModeType type
)

Parameters

originalView
callback
type
See Also

Reference

C1BulletGraph Class
C1BulletGraph Members
Overload List