Blazor | ComponentOne
C1.Blazor.Viewer Assembly / C1.Blazor.Viewer Namespace / ContextMenuPopupEventArgs Class / FromKeyboard Property

In This Topic
    FromKeyboard Property
    In This Topic
    Gets a value indicating if the event came from the keyboard.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FromKeyboard As Boolean
    public bool FromKeyboard {get;}
    See Also