ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / C1SpellChecker Class / ContextMenuCreated Event

In This Topic
    ContextMenuCreated Event (C1SpellChecker)
    In This Topic
    Occurs when a context menu is created containing the spelling suggestions and commands.
    Syntax
    '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.

    PropertyDescription
    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