Constructor that fills the collection with menu item from an ArrayList.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
C# |
---|
public MenuItemCollection( ArrayList items ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ items As ArrayList _ ) |
Visual C++ |
---|
public: MenuItemCollection( ArrayList^ items ) |
Parameters
- items
- Type: System.Collections..::.ArrayList
ArrayList that contains menu items to be added.