GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > InputManCellTypeBase クラス : GetDefaultShortcuts メソッド |
'Declaration
Protected MustOverride Function GetDefaultShortcuts() As Dictionary(Of Keys,String)
'使用法
Dim instance As InputManCellTypeBase Dim value As Dictionary(Of Keys,String) value = instance.GetDefaultShortcuts()
protected abstract Dictionary<Keys,string> GetDefaultShortcuts()