Spread Windows Forms 17
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)
    public ShortcutDictionaryEntry( 
       Keys key,
       string value
    )

    Parameters

    key
    value
    See Also