ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / ViewerShortcut Class
Members

In This Topic
    ViewerShortcut Class
    In This Topic
    Represents a keyboard shortcut that triggers a specific command within the viewer.
    Object Model
    ViewerShortcut Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ViewerShortcut 
    public sealed class ViewerShortcut 
    Remarks
    This class encapsulates the information necessary to define a keyboard shortcut for a viewer command, including the keys that must be pressed, the command to be executed, and whether the shortcut is currently enabled. It is designed for internal use within the viewer to manage keyboard interactions efficiently.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Viewer.Win.ViewerShortcut

    See Also