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
)
Visual Basic
Public Sub New ( _
	title As String, _
	type As String _
)
Visual C++
public:
MenuPanel(
	String^ title, 
	String^ type
)

Parameters

title
Type: System..::..String
type
Type: System..::..String

See Also