Specifies whether the IEMulti 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 IEMulti has no scroll bars.
Horizontal IEMulti has a single scroll bar on the bottom edge.
Vertical IEMulti has a single scroll bar on the right edge.
Both IEMulti has a scroll bar on both the bottom and right edges.