ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / DesignerTabChangedEventArgs Class / ActiveTab Property

In This Topic
    ActiveTab Property
    In This Topic
    Gets the DesignerTab enumeration that indicates what tab is currently active.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActiveTab As DesignerTab
    public DesignerTab ActiveTab {get;}

    Property Value

    The active tab.
    See Also