Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / KeyboardUtil Class / Shift Property

In This Topic
    Shift Property (KeyboardUtil)
    In This Topic
    Gets a value indicating whether shift key is pressed.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Shift As Boolean
    public static bool Shift {get;}

    Property Value

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