|
Name |
Description |
|
Add
|
Adds a custom button to the current button collection.
|
|
AddRange
|
Adds an array of custom buttons to the current button collection.
|
|
Assign
|
Copies buttons from the specified CustomHeaderButtonCollection object to the current CustomHeaderButtonCollection object.
|
|
BeginUpdate
|
Locks this CustomHeaderButtonCollection and prevents any visual updates for buttons in this collection. Call the EndUpdate method to unlock the collection and redraw its buttons.
|
|
CancelUpdate
|
Cancels the UI lock caused by the BeginUpdate method.
|
|
Clear
|
Removes all objects from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
|
|
Contains
|
Gets a value that specifies if a custom header button belongs to the current collection.
|
|
EndUpdate
|
Unlocks the CustomHeaderButtonCollection and redraws its buttons to reflect all modifications that have been made while the collection was locked. To lock a collection and prevent its buttons from excessive redraws, call the BeginUpdate method.
|
|
Equals
|
Determines whether the specified System.Object is equal to the current System.Object. (Inherited from System.Object)
|

|
Equals
|
Determines whether the specified System.Object instances are considered equal. (Inherited from System.Object)
|
|
GetEnumerator
|
Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
|
|
GetHashCode
|
Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from System.Object)
|
|
GetType
|
Gets the System.Type of the current instance. (Inherited from System.Object)
|
|
IndexOf
|
Gets the specified button's position in the current CustomHeaderButtonCollection.
|
|
Insert
|
Inserts a custom header button to the CustomHeaderButtonCollection at the specified index.
|

|
ReferenceEquals
|
Determines whether the specified System.Object instances are the same instance. (Inherited from System.Object)
|
|
RemoveAt
|
Removes the element at the specified index of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
|
|
ToString
|
Returns the current object's text representation.
|