Specifies whether the component includes horizontal and vertical scroll bars.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum IEScrollBars
Public Enumeration IEScrollBars
public enum class IEScrollBars

Members

MemberValueDescription
None0
The control has no scroll bars
Horizontal1
The control has a single scroll bar on the bottom edge
Vertical2
The control has a single scroll bar on the right edge
Both3
The control has a scroll bar on both the bottom and right edges

See Also