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

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