FolderMenuItem..::..ChildMenuItems Property

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

Syntax


[BrowsableAttribute]
public MenuItemCollection ChildMenuItems { get; set; }
<BrowsableAttribute> _
Public Property ChildMenuItems As MenuItemCollection
	Get
	Set
[BrowsableAttribute]
public:
property MenuItemCollection^ ChildMenuItems {
	MenuItemCollection^ get ();
	void set (MenuItemCollection^ value);
}