Win32ToolBarToolBarButtonCollectionInsert Method |
Inserts an existing toolbar button in the toolbar button collection at the specified location.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 Int32
- The indexed location within the collection to insert the toolbar button.
- button Win32ToolBarButton
- The Win32ToolBarButton to insert.
See Also