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

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

    Parameters

    keyEvent
    See Also