Win32ToolBarToolBarButtonCollectionInsert Method |
Inserts an existing toolbar button in the toolbar button collection at the specified location.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public void Insert(
int index,
Win32ToolBarButton button
)
Public Sub Insert (
index As Integer,
button As Win32ToolBarButton
)
public:
void Insert(
int index,
Win32ToolBarButton^ button
)
member Insert :
index : int *
button : Win32ToolBarButton -> unit
Parameters
- index
- Type: SystemInt32
The indexed location within the collection to insert the toolbar button. - button
- Type: Jam.ShellWin32ToolBarButton
The Win32ToolBarButton to insert.
See Also