Constructor that fills the collection with menu item from an ArrayList.

Namespace: DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll)
Version: 4.0.1172.0

Syntax

C#
public MenuItemCollection(
	ArrayList items
)
Visual Basic (Declaration)
Public Sub New ( _
	items As ArrayList _
)
Visual C++
public:
MenuItemCollection (
	ArrayList^ items
)

Parameters

items
ArrayList
ArrayList that contains menu items to be added.

See Also