Spread Windows Forms 12.0 Product Documentation
GetDefaultShortcuts Method (GcTextBoxCellType)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcTextBoxCellType Class : GetDefaultShortcuts Method
Gets the default shortcuts.
Syntax
'Declaration
 
Protected Overrides Function GetDefaultShortcuts() As Dictionary(Of Keys,String)
'Usage
 
Dim instance As GcTextBoxCellType
Dim value As Dictionary(Of Keys,String)
 
value = instance.GetDefaultShortcuts()
protected override Dictionary<Keys,string> GetDefaultShortcuts()

Return Value

A dictionary that contains all default shortcuts.
Remarks
The GetDefaultShortcuts method allows derived classes to customize default shortcuts when the cell is created. If a null reference (Nothing in Visual Basic) is returned, no shortcuts are added to the cell.
See Also

Reference

GcTextBoxCellType Class
GcTextBoxCellType Members