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; }
Public Overridable Default Property Item (
index As Integer
) As Win32ToolBarButton
Get
Set
public:
virtual property Win32ToolBarButton^ default[int index] {
Win32ToolBarButton^ get (int index);
void set (int index, Win32ToolBarButton^ value);
}
abstract Item : Win32ToolBarButton with get, set
override Item : Win32ToolBarButton with get, set
Parameters
- index
- Type: SystemInt32
The indexed location of the Win32ToolBarButton in the collection.
Return Value
Type:
Win32ToolBarButtonA
Win32ToolBarButton that represents the toolbar button at the specified indexed location.
Exceptions See Also