[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.ThumbButtonCollection

ThumbButtonCollection Class

Represents a collection of C1ThumbButtons.

Inheritance
ThumbButtonCollection
Namespace: C1.Win.C1Win7Pack
Assembly: C1.Win.C1Win7Pack.4.8.dll
Syntax
[ListBindable(false)]
public class ThumbButtonCollection : CollectionBase, IList, ICollection, IEnumerable

Properties

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.

Methods

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.