ComponentOne Xamarin.Android
ShowContextMenuForChild(View) Method


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1LinearGauge Class > ShowContextMenuForChild Method : ShowContextMenuForChild(View) Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("showContextMenuForChild", 
   "(Landroid/view/View;)Z", 
   "GetShowContextMenuForChild_Landroid_view_View_Handler")>
Public Overloads Overridable Function ShowContextMenuForChild( _
   ByVal originalView As Android.Views.View _
) As Boolean
'Usage
 
Dim instance As C1LinearGauge
Dim originalView As Android.Views.View
Dim value As Boolean
 
value = instance.ShowContextMenuForChild(originalView)
[Android.Runtime.Register("showContextMenuForChild", 
   "(Landroid/view/View;)Z", 
   "GetShowContextMenuForChild_Landroid_view_View_Handler")]
public virtual bool ShowContextMenuForChild( 
   Android.Views.View originalView
)

Parameters

originalView
See Also

Reference

C1LinearGauge Class
C1LinearGauge Members
Overload List