PopupMenuShowingEventArgs Constructors
Provides data for the RichEditControl.PopupMenuShowing event.| Name | Parameters | Description |
|---|---|---|
| PopupMenuShowingEventArgs(RichEditPopupMenu, RichEditMenuType) | menu, menuType | Initializes a new instance of the PopupMenuShowingEventArgs class with the specified menu and menu type. |
| PopupMenuShowingEventArgs(RichEditPopupMenu) | menu | Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings. |
See Also