ActiveReports 14 .NET Edition
GrapeCity.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;}
    See Also