Specifies whether the component includes horizontal and vertical scroll bars.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public enum IEScrollBars
Public Enumeration IEScrollBars
public enum class IEScrollBars
Members
| Member | Value | Description |
|---|---|---|
| None | 0 |
The control has no scroll bars
|
| Horizontal | 1 |
The control has a single scroll bar on the bottom edge
|
| Vertical | 2 |
The control has a single scroll bar on the right edge
|
| Both | 3 |
The control has a scroll bar on both the bottom and right edges
|