Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ShortcutDictionary Class
Properties Methods


In This Topic
    ShortcutDictionary Class Members
    In This Topic

    The following tables list the members exposed by ShortcutDictionary.

    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the ShortcutDictionary.  
    Public PropertyGets or sets the element with the specified key.  
    Public PropertyGets a collection that contains the keys of the all elements.  
    Public PropertyGets a collection that contains the values in the inner collection.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a Keys/String element to the collection.  
    Public MethodAdds a ShortcutDictionaryEntry array with a set of key/value pairs to the ShortcutDictionary.  
    Public MethodRemoves all shortcuts from the ShortcutDictionary.  
    Public MethodCreates a new object that is a copy of the current instance.  
    Public MethodDetermines whether the collection contains an element with the specified key.  
    Public MethodReturns an enumerator that iterates through the collection.  
    Public MethodRemoves the element with the specified key.  
    Public MethodGets the value associated with the specified key.  
    Top
    See Also