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

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

    Parameters

    keyEvent
    See Also