ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / GetShortcutCommands Method

In This Topic
    GetShortcutCommands Method
    In This Topic
    Gets the list of viewer shortcuts
    Syntax
    'Declaration
     
    Public Function GetShortcutCommands() As IEnumerable(Of ViewerShortcut)
    public IEnumerable<ViewerShortcut> GetShortcutCommands()
    See Also