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