[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection

SideButtonCollection Class

Represents the collection for Side buttons.

Inheritance
SideButtonCollection
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[ListBindable(false)]
public class SideButtonCollection : CollectionBase, IList, ICollection, IEnumerable
<ListBindable(False)>
Public Class SideButtonCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the SideButtonBase at the specified index in the collection.

this[string]

Gets or sets the element with the specified name.

Methods

Name Description
Add(SideButtonBase)

Adds the specified SideButtonBase to the collection.

AddRange(SideButtonBase[])

Copies the elements of the specified array to the end of the collection.

AddRange(IList<SideButtonBase>)

Adds the contents of another IList<T> to the end of the collection.

Contains(SideButtonBase)

Gets a value that indicates whether the collection contains the specified SideButtonBase.

ContainsKey(string)

Determines whether the NamedObjectCollection<T> collection contains an item with the specified key.

CopyTo(SideButtonBase[], int)

Copies the collection objects to a one-dimensional Array instance that begins at the specified index.

Find(string)

Finds the item using the specified name.

IndexOf(SideButtonBase)

Gets the index in the collection of the specified SideButtonBase, if it exists in the collection.

IndexOfKey(string)

Retrieves the index of the first occurrence of the specified item within the collection.

Insert(int, SideButtonBase)

Inserts the specified SideButtonBase into the collection at the specified index.

OnClear()

Performs additional custom processes when clearing the contents of the CollectionBase instance.

OnClearComplete()

Performs additional custom processes after clearing the contents of the CollectionBase instance.

OnCollectionChanged(CollectionChangeEventArgs)

Raises the GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.CollectionChanged event.

OnInsert(int, object)

Performs additional custom processes before inserting a new element into the CollectionBase instance.

OnInsertComplete(int, object)

Performs additional custom processes after inserting a new element into the CollectionBase instance.

OnRemove(int, object)

Performs additional custom processes when removing an element from the CollectionBase instance.

OnRemoveComplete(int, object)

Performs additional custom processes after removing an element from the CollectionBase instance.

OnSet(int, object, object)

Performs additional custom processes before setting a value in the CollectionBase instance.

OnSetComplete(int, object, object)

Performs additional custom processes after setting a value in the CollectionBase instance.

OnValidate(object)

Performs additional custom processes when validating a value.

Remove(SideButtonBase)

Removes the specified SideButtonBase from the collection.