ChartShortcutKeyCollection Methods
The collection that stores keyboard shortcuts.| Name | Description |
|---|---|
| Add(PortableKeys) | Adds an item to the end of the current chart shortcut key collection. |
| Clear() | Removes all elements from the current collection. |
| ClearAndAddRange(PortableKeys[]) | Removes all elements from the ChartShortcutKeyCollection, and then appends an array of specified shortcut keys to the collection. |
| Contains(PortableKeys) | Determines whether the collection contains the specified key. |
| CopyTo(PortableKeys[], Int32) | Copies all the current collection elements to the specified one-dimensional array. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IndexOf(PortableKeys) | Returns the specified object’s position within the collection. |
| Insert(Int32, PortableKeys) | Inserts the specified shortcut key into the collection at the specified position. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Remove(PortableKeys) | Removes the specified shortcut key from the chart shortcut key collection. |
| RemoveAt(Int32) | Removes a shortcut key under the specified index from the chart shortcut keys’ collection. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also