MenuItemCollection Constructor

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Menu
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public MenuItemCollection(
	Menu Menu,
	MenuItem ParentMenuItem
)
Public Sub New ( _
	Menu As Menu, _
	ParentMenuItem As MenuItem _
)
public:
MenuItemCollection(
	Menu^ Menu, 
	MenuItem^ ParentMenuItem
)