RichEditPopupMenu Constructors
Represents a popup (context) menu of the RichEditControl.Name | Parameters | Description |
---|---|---|
RichEditPopupMenu() | none | Initializes a new instance of the RichEditPopupMenu class with the default settings. |
RichEditPopupMenu(EventHandler) | beforePopup | Initializes a new instance of the RichEditPopupMenu class with the specified handler of the PopupMenuBase.BeforePopup event. |
See Also