Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonItem Class / OwnerCollection Property

In This Topic
    OwnerCollection Property (RibbonItem)
    In This Topic
    Gets the owner collection for this RibbonItem.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OwnerCollection As RibbonItemCollectionBase
    public RibbonItemCollectionBase OwnerCollection {get;}
    See Also