Table of Contents

Method InsertItem

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

InsertItem(int, IMenuItemProperties)

Inserts a menu item at the specified index to the toolbar.

public void InsertItem(int index, IMenuItemProperties menuItem)

Parameters

index int

The zero-based index at which the menu item should be inserted.

menuItem IMenuItemProperties

The menu item to insert.