SimpleFileMenu Class

GeonBit.UI

SimpleFileMenu Class
A helper class to generate simple file-menu (top navbar) using panels and dropdown entities.
Inheritance Hierarchy
SystemObject  GeonBit.UI.UtilsSimpleFileMenu

Namespace:  GeonBit.UI.Utils
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class SimpleFileMenu

The SimpleFileMenu type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Create the file menu and return the root panel. The result would be a panel containing a group of dropdown entities, which implement the file menu layout. The id of every dropdown is "menu-[menu-title]". Note: the returned file menu panel comes without parent, you need to add it to your UI tree manually.
Top
See Also