ComponentOne Basic Library for WPF and Silverlight
Shift Property (KeyboardUtil)


C1.WPF Namespace > KeyboardUtil Class : Shift Property
Gets a value indicating whether shift key is pressed.
Syntax
'Declaration
 
Public Shared ReadOnly Property Shift As System.Boolean
'Usage
 
Dim value As System.Boolean
 
value = KeyboardUtil.Shift
public static System.bool Shift {get;}

Property Value

true if shift key is pressed; otherwise, false.
See Also

Reference

KeyboardUtil Class
KeyboardUtil Members