Specifies whether the IEViewer includes horizontal and vertical scroll bars.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public IEScrollBars ScrollBars { get; set; }
Public Property ScrollBars As IEScrollBars Get Set
public: property IEScrollBars ScrollBars { IEScrollBars get (); void set (IEScrollBars value); }
Field Value
Allowed values:
None IEViewer has no scroll bars.
Horizontal IEViewer has a single scroll bar on the bottom edge.
Vertical IEViewer has a single scroll bar on the right edge.
Both IEViewer has a scroll bar on both the bottom and right edges.