[]
Gets the default shortcuts.
protected override Dictionary<Keys, string> GetDefaultShortcuts()
Protected Overrides Function GetDefaultShortcuts() As Dictionary(Of Keys, String)
Type | Description |
---|---|
Dictionary<Keys, string> | A dictionary that contains all default shortcuts. |
The GetDefaultShortcuts method allows derived classes to customize default shortcuts when the cell is created. If null is returned, no shortcuts are added to the cell.