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.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
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.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
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.
|