Fluqi.Widget.jMenuItem.MenuItem.Finish C# (CSharp) Method

Finish() public method

Ends configuration of the menu item just added and brings the fluent API back a level to allow further menu items to be added.
public Finish ( ) : MenuItems
return MenuItems
		public MenuItems Finish() {
			return this.Parent.Children;
		}