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

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