C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1TappedEventArgs Class / IsDown Property


In This Topic
IsDown Property
In This Topic
Gets a value indicating whether the event is performed with the mouse down.
Syntax
'Declaration
 
Public ReadOnly Property IsDown As Boolean
 
'Usage
 
Dim instance As C1TappedEventArgs
Dim value As Boolean
 
value = instance.IsDown
See Also