[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Remove

Remove Method

Remove(Keys)

Removes the element with the specified key.

Declaration
public bool Remove(Keys key)
Public Function Remove(key As Keys) As Boolean
Parameters
Type Name Description
Keys key

The key of the element to remove.

Returns
Type Description
bool

true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original collection.

Implements