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

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