ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPage Class / ShortcutsEnabled Property

In This Topic
    ShortcutsEnabled Property
    In This Topic
    Gets or sets a value that determines whether the page should automatically handle shortcut keys (e.g. Ctrl+S to save a view, Ctrl+O to open a view, Ctrl+Z to undo, Ctrl+Y to redo).
    Syntax
    'Declaration
     
    Public Property ShortcutsEnabled As System.Boolean
    public System.bool ShortcutsEnabled {get; set;}
    See Also