MenuItemCollection..::..ParentMenuItem Property

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

Syntax


public MenuItem ParentMenuItem { get; set; }
Public Property ParentMenuItem As MenuItem
	Get
	Set
public:
property MenuItem^ ParentMenuItem {
	MenuItem^ get ();
	void set (MenuItem^ value);
}