ActiveReports Developer 7
ActiveTab Property
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace > DesignerTabChangedEventArgs Class : ActiveTab Property

Glossary Item Box

Gets the DesignerTab enumeration that indicates what tab is currently active.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ActiveTab As DesignerTab
C# 
public DesignerTab ActiveTab {get;}

See Also