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

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