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

In This Topic
    Parent Property (RibbonItem)
    In This Topic
    Gets the object (RibbonItem or RibbonGroup) that this RibbonItem belongs to.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parent As System.Object
    public System.object Parent {get;}
    See Also