Fluqi.Widget.jMenuItem.MenuItem.HasChildren C# (CSharp) 메소드

HasChildren() 보호된 메소드

Convenience function for eastablishing if there are any child/sub-menu items off this menu item.
protected HasChildren ( ) : bool
리턴 bool
		protected internal bool HasChildren() {
			return this.Children._MenuItems.Any();
		}