ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / TabDeserializedEventArgs Class / Tab Property

In This Topic
    Tab Property (TabDeserializedEventArgs)
    In This Topic
    Gets the RibbonTab loaded from XML.
    Syntax
    'Declaration
     
    Public ReadOnly Property Tab As RibbonTab
    public RibbonTab Tab {get;}
    See Also