Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ShortcutDictionaryEntry Class / ShortcutDictionaryEntry Constructor


In This Topic
ShortcutDictionaryEntry Constructor
In This Topic
Initializes a new instance of the ShortcutDictionaryEntry class.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As Keys, _
   ByVal value As String _
)
 
'Usage
 
Dim key As Keys
Dim value As String
 
Dim instance As New ShortcutDictionaryEntry(key, value)

Parameters

key
value
See Also