KryptonRibbonGroupClusterCollection Methods |
The KryptonRibbonGroupClusterCollection type exposes the following members.
Name | Description | |
---|---|---|
Add(Object) |
Append an item to the collection.
(Inherited from TypedRestrictCollectionT.) | |
Add(T) |
Append an item to the collection.
(Inherited from TypedRestrictCollectionT.) | |
AddRange |
Append an array of items.
(Inherited from TypedCollectionT.) | |
Clear |
Remove all items from the collection.
(Inherited from TypedCollectionT.) | |
Contains(Object) |
Determines whether the collection contains the item.
(Inherited from TypedCollectionT.) | |
Contains(T) |
Determines whether the collection contains the item.
(Inherited from TypedCollectionT.) | |
CopyTo(Array, Int32) |
Copies all the elements of the current collection to the specified Array.
(Inherited from TypedCollectionT.) | |
CopyTo(T, Int32) |
Copies items to specified array starting at particular index.
(Inherited from TypedCollectionT.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
Shallow enumerate over items in the collection.
(Inherited from TypedCollectionT.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf(Object) |
Determines the index of the specified item in the collection.
(Inherited from TypedCollectionT.) | |
IndexOf(T) |
Determines the index of the specified item in the collection.
(Inherited from TypedCollectionT.) | |
Insert(Int32, Object) |
Inserts an item to the collection at the specified index.
(Inherited from TypedRestrictCollectionT.) | |
Insert(Int32, T) |
Inserts an item to the collection at the specified index.
(Inherited from TypedRestrictCollectionT.) | |
IsTypeAllowed |
Discover if the incoming type is allowed to be in the collection.
(Inherited from TypedRestrictCollectionT.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MoveAfter |
Move the source item to be immediately after the target item.
(Inherited from TypedCollectionT.) | |
MoveBefore |
Move the source item to be immediately before the target item.
(Inherited from TypedCollectionT.) | |
OnCleared |
Raises the Cleared event.
(Inherited from TypedCollectionT.) | |
OnClearing |
Raises the Clearing event.
(Inherited from TypedCollectionT.) | |
OnInserted |
Raises the Inserted event.
(Inherited from TypedCollectionT.) | |
OnInserting |
Raises the Inserting event.
(Inherited from TypedCollectionT.) | |
OnRemoved |
Raises the Removed event.
(Inherited from TypedCollectionT.) | |
OnRemoving |
Raises the Removing event.
(Inherited from TypedCollectionT.) | |
OnReordered |
Raises the Reordered event.
(Inherited from TypedCollectionT.) | |
Remove(Object) |
Removes first occurance of specified item.
(Inherited from TypedCollectionT.) | |
Remove(T) |
Removes first occurance of specified item.
(Inherited from TypedCollectionT.) | |
RemoveAt |
Removes the item at the specified index.
(Inherited from TypedCollectionT.) | |
ToString |
Obtains the String representation of this instance.
(Inherited from TypedCollectionT.) |
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |