Click or drag to resize

ButtonSpecCollectionT Methods

The ButtonSpecCollectionT type exposes the following members.

Methods
 NameDescription
Public methodAdd(T) Append a button spec to the collection.
Public methodAdd(Object) Append a button spec to the collection.
Public methodAddRange Append an array of button spec instances.
Public methodClear Remove all pages from the collection.
Public methodContains(T) Determines whether the collection contains the button spec.
Public methodContains(Object) Determines whether the collection contains the button spec.
Public methodCopyTo(Array, Int32) Copies all the elements of the current collection to the specified Array.
Public methodCopyTo(T, Int32) Copies button specs to specified array starting at particular index.
Public methodEnumerate Provide non generic access to the enumerator.
(Overrides ButtonSpecCollectionBaseEnumerate)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetEnumerator Shallow enumerate over button specs in the collection.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOf(T) Determines the index of the specified spec in the collection.
Public methodIndexOf(Object) Determines the index of the specified spec in the collection.
Public methodInsert(Int32, T) Inserts a button spec to the collection at the specified index.
Public methodInsert(Int32, Object) Inserts a button spec to the collection at the specified index.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnInserted Raises the Inserted event.
(Inherited from ButtonSpecCollectionBase)
Protected methodOnInserting Raises the Inserting event.
(Inherited from ButtonSpecCollectionBase)
Protected methodOnRemoved Raises the Removed event.
(Inherited from ButtonSpecCollectionBase)
Protected methodOnRemoving Raises the Removing event.
(Inherited from ButtonSpecCollectionBase)
Public methodRemove(T) Removes first occurance of specified spec.
Public methodRemove(Object) Removes first occurance of specified object.
Public methodRemoveAt Removes the button spec at the specified index.
Public methodToString Obtains the String representation of this instance.
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodGetReverseT Returns reversed list.
(Defined by CollectionUtility)
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also