KryptonRibbonGroupTripleCollection Class |
Namespace: Internal.ComponentFactory.Krypton.Ribbon
public class KryptonRibbonGroupTripleCollection : TypedRestrictCollection<KryptonRibbonGroupItem>
The KryptonRibbonGroupTripleCollection type exposes the following members.
Name | Description | |
---|---|---|
KryptonRibbonGroupTripleCollection | Initializes a new instance of the KryptonRibbonGroupTripleCollection class |
Name | Description | |
---|---|---|
Count |
Gets the number of items in collection.
(Inherited from TypedCollectionT.) | |
IsFixedSize |
Gets a value indicating whether the collection has a fixed size.
(Inherited from TypedCollectionT.) | |
IsReadOnly |
Gets a value indicating whether the collection is read-only.
(Inherited from TypedCollectionT.) | |
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread safe).
(Inherited from TypedCollectionT.) | |
ItemInt32 |
Gets or sets the item at the specified index.
(Inherited from TypedCollectionT.) | |
ItemString |
Gets the item with the provided unique name.
(Inherited from TypedCollectionT.) | |
RestrictTypes |
Gets an array of types that the collection is restricted to contain.
(Overrides TypedRestrictCollectionTRestrictTypes.) | |
SyncRoot |
Gets an object that can be used to synchronize access to the collection.
(Inherited from TypedCollectionT.) |
Name | Description | |
---|---|---|
Add(Object) |
Append an item to the collection.
(Overrides TypedRestrictCollectionTAdd(Object).) | |
Add(KryptonRibbonGroupItem) |
Append an item to the collection.
(Overrides TypedRestrictCollectionTAdd(T).) | |
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, KryptonRibbonGroupItem) |
Inserts an item to the collection at the specified index.
(Overrides TypedRestrictCollectionTInsert(Int32, T).) | |
Insert(Int32, Object) |
Inserts an item to the collection at the specified index.
(Overrides TypedRestrictCollectionTInsert(Int32, Object).) | |
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 | |
---|---|---|
Cleared |
Occurs when an items have been removed from the collection.
(Inherited from TypedCollectionT.) | |
Clearing |
Occurs when an items are about to be removed from the collection.
(Inherited from TypedCollectionT.) | |
Inserted |
Occurs when an item has been added/inserted to the collection.
(Inherited from TypedCollectionT.) | |
Inserting |
Occurs when an item is about to be added/inserted to the collection.
(Inherited from TypedCollectionT.) | |
Removed |
Occurs when an item is removed from the collection.
(Inherited from TypedCollectionT.) | |
Removing |
Occurs when an item is about to be removed from the collection.
(Inherited from TypedCollectionT.) | |
Reordered |
Occurs when items have been reordered inside the collection.
(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.) |