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


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