FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / RibbonItem Class / OwnerControl Property

In This Topic
    OwnerControl Property (RibbonItem)
    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