Click or drag to resize

KryptonRibbonGroupTripleCollection Methods

The KryptonRibbonGroupTripleCollection type exposes the following members.

Methods
 NameDescription
Public methodAdd(KryptonRibbonGroupItem) Append an item to the collection.
(Overrides TypedRestrictCollectionTAdd(T))
Public methodAdd(Object) Append an item to the collection.
(Overrides TypedRestrictCollectionTAdd(Object))
Public methodAddRange Append an array of items.
(Inherited from TypedCollectionT)
Public methodClear Remove all items from the collection.
(Inherited from TypedCollectionT)
Public methodContains(Object) Determines whether the collection contains the item.
(Inherited from TypedCollectionT)
Public methodContains(T) Determines whether the collection contains the item.
(Inherited from TypedCollectionT)
Public methodCopyTo(Array, Int32) Copies all the elements of the current collection to the specified Array.
(Inherited from TypedCollectionT)
Public methodCopyTo(T, Int32) Copies items to specified array starting at particular index.
(Inherited from TypedCollectionT)
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 items in the collection.
(Inherited from TypedCollectionT)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOf(Object) Determines the index of the specified item in the collection.
(Inherited from TypedCollectionT)
Public methodIndexOf(T) Determines the index of the specified item in the collection.
(Inherited from TypedCollectionT)
Public methodInsert(Int32, KryptonRibbonGroupItem) Inserts an item to the collection at the specified index.
(Overrides TypedRestrictCollectionTInsert(Int32, T))
Public methodInsert(Int32, Object) Inserts an item to the collection at the specified index.
(Overrides TypedRestrictCollectionTInsert(Int32, Object))
Protected methodIsTypeAllowed Discover if the incoming type is allowed to be in the collection.
(Inherited from TypedRestrictCollectionT)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMoveAfter Move the source item to be immediately after the target item.
(Inherited from TypedCollectionT)
Public methodMoveBefore Move the source item to be immediately before the target item.
(Inherited from TypedCollectionT)
Protected methodOnCleared Raises the Cleared event.
(Inherited from TypedCollectionT)
Protected methodOnClearing Raises the Clearing event.
(Inherited from TypedCollectionT)
Protected methodOnInserted Raises the Inserted event.
(Inherited from TypedCollectionT)
Protected methodOnInserting Raises the Inserting event.
(Inherited from TypedCollectionT)
Protected methodOnRemoved Raises the Removed event.
(Inherited from TypedCollectionT)
Protected methodOnRemoving Raises the Removing event.
(Inherited from TypedCollectionT)
Protected methodOnReordered Raises the Reordered event.
(Inherited from TypedCollectionT)
Public methodRemove(Object) Removes first occurance of specified item.
(Inherited from TypedCollectionT)
Public methodRemove(T) Removes first occurance of specified item.
(Inherited from TypedCollectionT)
Public methodRemoveAt Removes the item at the specified index.
(Inherited from TypedCollectionT)
Public methodToString Obtains the String representation of this instance.
(Inherited from TypedCollectionT)
Top
Extension Methods
 NameDescription
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