Syntax
'Declaration
<Android.Runtime.RegisterAttribute("showContextMenu",
"()Z",
"GetShowContextMenuHandler")>
Public Overloads Overridable Function ShowContextMenu() As Boolean
'Usage
Dim instance As FlexGrid
Dim value As Boolean
value = instance.ShowContextMenu()
[Android.Runtime.Register("showContextMenu",
"()Z",
"GetShowContextMenuHandler")]
public virtual bool ShowContextMenu()
See Also