ComponentOne Xamarin.Android
StartActionMode(ICallback,ActionModeType) Method


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

Parameters

callback
type
See Also

Reference

C1BulletGraph Class
C1BulletGraph Members
Overload List