KryptonRibbonRibbonButtonSpecAnyCollection Class |
Namespace: Internal.ComponentFactory.Krypton.Ribbon
public class RibbonButtonSpecAnyCollection : ButtonSpecCollection<ButtonSpecAny>
The KryptonRibbonRibbonButtonSpecAnyCollection type exposes the following members.
Name | Description | |
---|---|---|
KryptonRibbonRibbonButtonSpecAnyCollection |
Initialize a new instance of the RibbonButtonSpecAnyCollection class.
|
Name | Description | |
---|---|---|
Count |
Gets the number of button specs in collection.
(Inherited from ButtonSpecCollectionT.) | |
Id |
Gets the unique identifier of the object.
(Inherited from GlobalId.) | |
IsFixedSize |
Gets a value indicating whether the collection has a fixed size.
(Inherited from ButtonSpecCollectionT.) | |
IsReadOnly |
Gets a value indicating whether the collection is read-only.
(Inherited from ButtonSpecCollectionT.) | |
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread safe).
(Inherited from ButtonSpecCollectionT.) | |
ItemInt32 |
Gets or sets the button spec at the specified index.
(Inherited from ButtonSpecCollectionT.) | |
ItemString |
Gets the button spec with the provided unique name.
(Inherited from ButtonSpecCollectionT.) | |
Owner |
Gets and sets the owner of the collection.
(Inherited from ButtonSpecCollectionBase.) | |
SyncRoot |
Gets an object that can be used to synchronize access to the collection.
(Inherited from ButtonSpecCollectionT.) |
Name | Description | |
---|---|---|
Add(Object) |
Append a button spec to the collection.
(Inherited from ButtonSpecCollectionT.) | |
Add(T) |
Append a button spec to the collection.
(Inherited from ButtonSpecCollectionT.) | |
AddRange |
Append an array of button spec instances.
(Inherited from ButtonSpecCollectionT.) | |
Clear |
Remove all pages from the collection.
(Inherited from ButtonSpecCollectionT.) | |
Contains(Object) |
Determines whether the collection contains the button spec.
(Inherited from ButtonSpecCollectionT.) | |
Contains(T) |
Determines whether the collection contains the button spec.
(Inherited from ButtonSpecCollectionT.) | |
CopyTo(Array, Int32) |
Copies all the elements of the current collection to the specified Array.
(Inherited from ButtonSpecCollectionT.) | |
CopyTo(T, Int32) |
Copies button specs to specified array starting at particular index.
(Inherited from ButtonSpecCollectionT.) | |
Enumerate |
Provide non generic access to the enumerator.
(Inherited from ButtonSpecCollectionT.) | |
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 button specs in the collection.
(Inherited from ButtonSpecCollectionT.) | |
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 spec in the collection.
(Inherited from ButtonSpecCollectionT.) | |
IndexOf(T) |
Determines the index of the specified spec in the collection.
(Inherited from ButtonSpecCollectionT.) | |
Insert(Int32, Object) |
Inserts a button spec to the collection at the specified index.
(Inherited from ButtonSpecCollectionT.) | |
Insert(Int32, T) |
Inserts a button spec to the collection at the specified index.
(Inherited from ButtonSpecCollectionT.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnInserted |
Raises the Inserted event.
(Inherited from ButtonSpecCollectionBase.) | |
OnInserting |
Raises the Inserting event.
(Inherited from ButtonSpecCollectionBase.) | |
OnRemoved |
Raises the Removed event.
(Inherited from ButtonSpecCollectionBase.) | |
OnRemoving |
Raises the Removing event.
(Inherited from ButtonSpecCollectionBase.) | |
Remove(Object) |
Removes first occurance of specified object.
(Inherited from ButtonSpecCollectionT.) | |
Remove(T) |
Removes first occurance of specified spec.
(Inherited from ButtonSpecCollectionT.) | |
RemoveAt |
Removes the button spec at the specified index.
(Inherited from ButtonSpecCollectionT.) | |
ToString |
Obtains the String representation of this instance.
(Inherited from ButtonSpecCollectionT.) |
Name | Description | |
---|---|---|
Inserted |
Occurs when a spec has been added/inserted to the collection.
(Inherited from ButtonSpecCollectionBase.) | |
Inserting |
Occurs when a spec is about to be added/inserted to the collection.
(Inherited from ButtonSpecCollectionBase.) | |
Removed |
Occurs when a spec is removed from the collection.
(Inherited from ButtonSpecCollectionBase.) | |
Removing |
Occurs when a spec is about to be removed from the collection.
(Inherited from ButtonSpecCollectionBase.) |
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.) |