Gets the property which indicates if vertical scrolling is active.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:
PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public abstract bool VScrollBarActive { get; } |
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property VScrollBarActive As Boolean |
Visual C++ |
---|
public:
virtual property bool VScrollBarActive {
bool get () abstract;
} |
Field Value
true if vertical scrolling is active; otherwise
false.
See Also