Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonIconItem Class / Ribbon Property

In This Topic
    Ribbon Property (RibbonIconItem)
    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