Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1KeyboardHelper Class / IsShiftPressed Method

In This Topic
    IsShiftPressed Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IsShiftPressed( _
       ByVal keyEvent As KeyEventArgs _
    ) As Boolean
    public static bool IsShiftPressed( 
       KeyEventArgs keyEvent
    )

    Parameters

    keyEvent
    See Also