ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / ContextMenuEventArgs Class / Menu Property

In This Topic
    Menu Property (ContextMenuEventArgs)
    In This Topic
    Gets the System.Windows.Forms.ContextMenuStrip that was created or customized.
    Syntax
    'Declaration
     
    Public ReadOnly Property Menu As System.Windows.Forms.ContextMenuStrip
    public System.Windows.Forms.ContextMenuStrip Menu {get;}
    See Also