RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / ContextMenuEventArgs Class / Menu Property

In This Topic
    Menu Property (ContextMenuEventArgs)
    In This Topic
    Gets the context menu.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Menu As ContextMenu
    public ContextMenu Menu {get;}

    Property Value

    The context menu.
    See Also