C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1InputEventArgs Class / IsCtrlPressed Property


In This Topic
IsCtrlPressed Property
In This Topic
Gets whether ctrl key is pressed.
Syntax
'Declaration
 
Public ReadOnly Property IsCtrlPressed As Boolean
 
'Usage
 
Dim instance As C1InputEventArgs
Dim value As Boolean
 
value = instance.IsCtrlPressed
See Also