PopupMenu Constructors
The popup menu, managed by a BarManager or RibbonControl.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