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

In This Topic
    ActiveTab Property (DesignerTabChangedEventArgs)
    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