ToolBar.ToolBarButtonCollection
Wisej.Web.ToolBar ToolBarButtonCollection
Last updated
Was this helpful?
Wisej.Web.ToolBar ToolBarButtonCollection
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the collection of controls in a control.
Initializes a new instance of the class.
owner
: Returns a value indicating whether this collection is read-only.
: Returns or sets the at the specified index.
text
button
Throws:
buttons
dispose
Indicates whether the removed items should be disposed.
button
key
The name of the item to find in the collection.
button
key
index
The zero-based index location where the panel is inserted.
button
Throws:
button
Throws:
index
The zero-based index of the item to remove.
Throws:
key
The control that owns this collection.
: Returns the identified by the name.
Adds a with the specified text to the collection.
The text for the that is being added.
Returns: . A that represents the panel that was added to the collection.
Adds a to the collection.
A that represents the panel to add to the collection.
Returns: . The zero-based index of the item in the collection.
The being added to the collection is null.
The parent of the specified in the button parameter is not null.
Adds an array of to the collection.
Array of objects to add to the collection.
Removes all objects from the collection.
Removes and optionally disposes all objects from the collection.
Determines whether the specified is located within the collection.
The to locate in the collection.
Returns: . true if the is located within the collection; otherwise, false.
Determines whether the collection contains a with the specified key.
Returns: . true to indicate the collection contains a with the specified key; otherwise, false.
Returns an enumerator to use to iterate through the objects in the collection.
Returns: . An that represents the item collection.
Returns the index within the collection of the specified .
The to locate in the collection.
Returns: . The zero-based index where the is located within the collection; otherwise, negative one (-1).
Returns the index of the first occurrence of a with the specified key.
The name of the to find in the collection.
Returns: . The zero-based index of the first occurrence of the with the specified key, if found; otherwise, -1.
Inserts the specified into the collection at the specified index.
A representing the panel to insert.
The button parameter is null.
The button parameter's parent is not null.
The index parameter is less than zero or greater than the value of the property of the class.
Removes the specified from the collection.
The representing the panel to remove from the collection.
The assigned to the button parameter is null.
Removes the located at the specified index within the collection.
The index parameter is less than zero or greater than or equal to the value of the property of the class.
Removes the with the specified key from the collection.
The name of the to remove from the collection.