[]
Represents a collection of C1ThumbButtons.
[ListBindable(false)]
public class ThumbButtonCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
this[int] | Gets or sets the C1ThumbButton at the specified position in the collection. |
this[string] | Gets the first C1ThumbButton with the specified name in the collection. |
Owner | Gets the owner C1Thumbnail. |
Name | Description |
---|---|
Add(C1ThumbButton) | Adds the specified C1ThumbButton to the collection. |
AddRange(C1ThumbButton[]) | Adds a group of C1ThumbButton objects to the end of the collection. |
BeginUpdate() | Maintains performance while buttons are added or being changed. |
Contains(C1ThumbButton) | Determines whether this collection contains the specified C1ThumbButton. |
Contains(string) | Determines whether this collection contains an C1ThumbButton with the specified name. |
EndUpdate() | Resumes processing after it has been suspended by a call to BeginUpdate(). |
IndexOf(C1ThumbButton) | Determines the index of a specific C1ThumbButton in the collection. |
IndexOf(string) | Determines index of the first C1ThumbButton with the specified name in the collection. |
Insert(int, C1ThumbButton) | Inserts the specified C1ThumbButton into this collection at the given index. |
OnClear() | Performs additional custom processes when clearing the contents of the ThumbButtonCollection instance. |
OnClearComplete() | Performs additional custom processes after clearing the contents of the ThumbButtonCollection instance. |
OnInsertComplete(int, object) | Performs additional custom processes after inserting a C1ThumbButton into the ThumbButtonCollection instance. |
OnRemoveComplete(int, object) | Performs additional custom processes after removing a C1ThumbButton from the ThumbButtonCollection instance. |
OnSetComplete(int, object, object) | Performs additional custom processes after setting a C1ThumbButton in the ThumbButtonCollection instance. |
OnValidate(object) | Checks whather the type of the value argument is allowable for this collection. |
Remove(C1ThumbButton) | Removes the specified C1ThumbButton from the collection. |
Remove(string) | Removes the first occurrence of the C1ThumbButton with the specified name from the collection. |