Click or drag to resize

Win32ToolBarToolBarButtonCollectionRemoveAt Method

Removes a given button from the toolbar button collection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The indexed location of the Win32ToolBarButton in the collection.

Implements

IListRemoveAt(Int32)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe index value is less than 0, or it is greater than the number of buttons in the collection.
See Also