DashboardPopupMenu Constructors
Represents a dashboard popup menu, managed by a BarManager or RibbonControl.Name | Parameters | Description |
---|---|---|
DashboardPopupMenu() | none | Initializes a new instance of the DashboardPopupMenu class. |
DashboardPopupMenu(BarManager) | manager | Initializes a new instance of the DashboardPopupMenu class. |
DashboardPopupMenu(IContainer) | container | Initializes a new instance of the DashboardPopupMenu class with the specified container. |
See Also