<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1OlapPage Class / ShortcutsEnabled Property

In This Topic
    ShortcutsEnabled Property (C1OlapPage)
    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+Y to undo, Ctrl+Z to redo).
    Syntax
    'Declaration
     
    Public Property ShortcutsEnabled As Boolean
    public bool ShortcutsEnabled {get; set;}
    See Also