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

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