Win32ToolBarToolBarButtonCollectionAdd Method (Win32ToolBarButton) |
Adds the specified toolbar button to the end of the toolbar button collection.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public int Add(
Win32ToolBarButton button
)
Public Function Add (
button As Win32ToolBarButton
) As Integer
public:
int Add(
Win32ToolBarButton^ button
)
member Add :
button : Win32ToolBarButton -> int
Parameters
- button
- Type: Jam.ShellWin32ToolBarButton
The Win32ToolBarButton to be added after all existing buttons.
Return Value
Type:
Int32The zero-based index value of the
Win32ToolBarButton added to the collection.
See Also