Click or drag to resize

Win32ToolBarToolBarButtonCollectionItem Property (Int32)

Gets or sets the toolbar button at the specified indexed location in the toolbar button collection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public virtual Win32ToolBarButton this[
	int index
] { get; set; }

Parameters

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

Return Value

Type: Win32ToolBarButton
A Win32ToolBarButton that represents the toolbar button at the specified indexed location.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe index value is .
ArgumentOutOfRangeExceptionThe index value is less than zero. -or- The index value is greater than the number of buttons in the collection, and the collection of buttons is not .
See Also