Spread Windows Forms 7.0 Product Documentation
SideButtonCollectionInfo Class Members
See Also  Properties  Methods  Events Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : SideButtonCollectionInfo Class


Glossary Item Box

The following tables list the members exposed by SideButtonCollectionInfo.

Public Constructors

Public Properties

 NameDescription
Public PropertyCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public PropertyItemOverloaded. Gets or sets the element with the specified name. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<SideButtonBaseInfo>)
Top

Protected Properties

 NameDescription
Protected PropertyInnerListGets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected PropertyListGets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Top

Public Methods

 NameDescription
Public MethodAddAdds the specified T to the collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Public MethodAddRangeOverloaded.  (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Public MethodClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public MethodContainsGets a value that indicates whether the collection contains the specified T. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Public MethodContainsKeyDetermines whether the NamedObjectCollection<T> collection contains an item with the specified key. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<SideButtonBaseInfo>)
Public MethodCopyToCopies the collection objects to a one-dimensional System.Array instance beginning at the specified index. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Public MethodDefaultPredicate<TTarget>Represents a default predicate. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Public MethodExistsOverloaded. Determines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Public MethodFindOverloaded. Finds the item using the specified name. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<SideButtonBaseInfo>)
Public MethodFindAllOverloaded. Retrieves all the T that match the specified type TTarget. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Public MethodFindIndexOverloaded. Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire List. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Public MethodFindLastOverloaded. Searches for an T that matches the specified type TTarget and matches the conditions defined by the specified predicate, and returns the last occurrence within the entire collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Public MethodFindLastIndexOverloaded. Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the entire List. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public MethodIndexOfGets the index in the collection of the specified T, if it exists in the collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Public MethodIndexOfKeyRetrieves the index of the first occurrence of the specified item within the collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<SideButtonBaseInfo>)
Public MethodInsertInserts the specified T into the collection at the specified index. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Public MethodRemoveRemoves the specified T from the collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Public MethodRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
Top

Protected Methods

 NameDescription
Protected MethodInnerAddRangeCopies the elements of the specified array to the end of the collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Protected MethodOnAddRangePerforms additional custom processes before inserting a new element array into the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Protected MethodOnAddRangeCompletePerforms additional custom processes after inserting a new element array into the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Protected MethodOnClearPerforms additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Protected MethodOnClearCompletePerforms additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Protected MethodOnCollectionChangedRaises the CollectionChanged event. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Protected MethodOnCollectionChangingRaises the CollectionChanging event. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Protected MethodOnInsertPerforms additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Protected MethodOnInsertCompletePerforms additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Protected MethodOnRemovePerforms additional custom processes when removing an element from the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Protected MethodOnRemoveCompletePerforms additional custom processes after removing an element from the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Protected MethodOnSetPerforms additional custom processes before setting a value in the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Protected MethodOnSetCompletePerforms additional custom processes after setting a value in the System.Collections.CollectionBase instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Protected MethodOnValidatePerforms additional custom processes when validating a value. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<SideButtonBaseInfo>)
Top

Public Events

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.