ComponentOne SpellChecker for WPF and Silverlight
C1.Silverlight.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 C1.Silverlight.C1ContextMenu
    public C1.Silverlight.C1ContextMenu Menu {get;}

    Property Value

    The context menu.
    See Also