Gets the property which indicates if horizontal 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 HScrollBarActive { get; } |
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property HScrollBarActive As Boolean |
Visual C++ |
---|
public:
virtual property bool HScrollBarActive {
bool get () abstract;
} |
Field Value
true if horizontal scrolling is active; otherwise,
false.
See Also