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