Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1TappedEventArgs Class / IsShiftPressed Property

In This Topic
    IsShiftPressed Property (C1TappedEventArgs)
    In This Topic
    Gets whether shift key is pressed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsShiftPressed As Boolean
    public bool IsShiftPressed {get;}
    See Also