Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1BackstageView Class / Owner Property

In This Topic
    Owner Property (C1BackstageView)
    In This Topic
    Gets or sets C1Ribbon object to which the C1BackstageView belongs.
    Syntax
    'Declaration
     
    
    Public Property Owner As C1Ribbon
    public C1Ribbon Owner {get; set;}
    See Also