Skip to main content
Bar

PopupMenu Constructors

A popup menu managed by a BarManager or RibbonControl. It can be used in controls (such as GridControl, TreeList, etc.) as a custom popup menu.
Name Parameters Description
PopupMenu() none Initializes a new PopupMenu class instance.
PopupMenu(BarManager) manager Initializes a new instance of the PopupMenu class with the specified BarManager.
PopupMenu(IContainer) container Initializes a new instance of the PopupMenu class with the specified container.
See Also