Win32ToolBarToolBarButtonCollectionRemoveAt Method |
Removes a given button from the toolbar button collection.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
public:
virtual void RemoveAt(
int index
) sealed
abstract RemoveAt :
index : int -> unit
override RemoveAt :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The indexed location of the Win32ToolBarButton in the collection.
Implements
IListRemoveAt(Int32)Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException | The index value is less than 0, or it is greater than the number of buttons in the collection. |
See Also