Initializes a new instance of the MenuPanel class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public MenuPanel(
	string title,
	string type,
	MenuItem[] items
)
Visual Basic
Public Sub New ( _
	title As String, _
	type As String, _
	items As MenuItem() _
)
Visual C++
public:
MenuPanel(
	String^ title, 
	String^ type, 
	array<MenuItem^>^ items
)

Parameters

title
Type: System..::..String
type
Type: System..::..String
items
Type: array<Cartella.Models..::..MenuItem>[]()[][]

See Also