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

In This Topic
    Ribbon Property (RibbonItem)
    In This Topic
    Gets the C1Ribbon that this RibbonItem belongs to.
    Syntax
    'Declaration
     
    Public ReadOnly Property Ribbon As C1Ribbon
    public C1Ribbon Ribbon {get;}
    See Also