ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / ContextMenuItems Property

In This Topic
    ContextMenuItems Property
    In This Topic
    Gets the collection of menu items displayed with the ShowContextMenu method.
    Syntax
    'Declaration
     
    Public ReadOnly Property ContextMenuItems As RibbonItemCollection
    public RibbonItemCollection ContextMenuItems {get;}
    See Also