ShortcutsEnabled Property (FlexPivotPage)
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 Boolean
public bool ShortcutsEnabled {get; set;}
See Also