Win32ToolBarToolBarButtonCollectionAddRange Method |
Adds a collection of toolbar buttons to this toolbar button collection.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic void AddRange(
Win32ToolBarButton[] buttons
)
Public Sub AddRange (
buttons As Win32ToolBarButton()
)
public:
void AddRange(
array<Win32ToolBarButton^>^ buttons
)
member AddRange :
buttons : Win32ToolBarButton[] -> unit Parameters
- buttons Win32ToolBarButton
- The collection of Win32ToolBarButton controls to add to this Win32ToolBarToolBarButtonCollection contained in an array.
See Also