CommandPopupMenu<T> Constructors
Base class for the popup (context) menu of Office-inspired controls.| Name | Parameters | Description |
|---|---|---|
| CommandPopupMenu() | none | Initializes a new instance of the CommandPopupMenu<T> class with default settings. |
| CommandPopupMenu(EventHandler) | beforePopup | Initializes a new instance of the CommandPopupMenu<T> class with the specified caption and the handler for the DXSubMenuItem.BeforePopup event. |
See Also