'Declaration
Protected MustOverride Function GetDefaultShortcuts() As Dictionary(Of Keys,String)
'Usage
Dim instance As FieldsEditorControlCellType Dim value As Dictionary(Of Keys,String) value = instance.GetDefaultShortcuts()
protected abstract Dictionary<Keys,string> GetDefaultShortcuts()