Inserts a menu item at a specified position.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public void Insert( int index, MenuItem value ) |
Visual Basic |
---|
Public Sub Insert ( _ index As Integer, _ value As MenuItem _ ) |
Visual C++ |
---|
public: void Insert( int index, MenuItem^ value ) |
Parameters
- index
- Type: System..::..Int32
Position of the new menu item.
- value
- Type: DayPilot.Web.Ui..::..MenuItem
Menu item to be inserted.