The ToolControlCollecton type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ToolControlCollecton |
Initializes a new instance of the ToolControlCollecton class
|
Methods
Name | Description | |
---|---|---|
Add |
Adds a new ToolControl to the end of the toolbar button collection.
|
|
Clear | ||
Contains(String) |
Returns whether the collection contains the given ToolControl name.
|
|
Contains(ToolControl) |
Returns whether the collection contains the given ToolControl.
|
|
CopyTo | ||
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetEnumerator | ||
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
IndexOf(String) |
Retrieves the index of the toolbar item within the parent.
|
|
IndexOf(ToolControl) |
Retrieves the index of the toolbar item within the parent.
|
|
Insert |
Inserts an existing ToolControl in the ToolControl collection at the specified location.
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
Remove(String) |
Removes a given button from the ToolControl collection.
|
|
Remove(ToolControl) |
Removes a given button from the ToolControl collection.
|
|
RemoveAt |
Removes a given button from the ToolControl collection.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count | ||
IsSynchronized | ||
Item[([( Int32])]) |
Retrieves the element at the specified index
|
|
Item[([( String])]) |
Retrieves the element by the element name
|
|
SyncRoot |