'Declaration Public Event ContextMenuCreated As ContextMenuEventHandler
public event ContextMenuEventHandler ContextMenuCreated
Event Data
The event handler receives an argument of type ContextMenuEventArgs containing data related to this event. The following ContextMenuEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Menu | Gets the System.Windows.Forms.ContextMenuStrip that was created or customized. |
Remarks
The spelling context menu is localized automatically based on the setting of the DialogLanguage property. This event provides an easy way to perform additional customization of the menu should that be necessary.
See Also