Fluqi.Widget.jMenuItem.MenuItem.Finish C# (CSharp) Méthode

Finish() public méthode

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
Résultat MenuItems
		public MenuItems Finish() {
			return this.Parent.Children;
		}