C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / CancelLongPress Method


In This Topic
CancelLongPress Method (C1VectorIcon)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("cancelLongPress", 
   "()V", 
   "GetCancelLongPressHandler")>
Public Overridable Sub CancelLongPress() 
 
'Usage
 
Dim instance As C1VectorIcon
 
instance.CancelLongPress()
See Also