OlScrollBars Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies which, if any, scroll bars to display for a control.
public enum class OlScrollBars
[System.Runtime.InteropServices.Guid("D1788312-EDEE-4673-AE33-B3C3BC0753EA")]
public enum OlScrollBars
Public Enum OlScrollBars
- Inheritance
-
OlScrollBars
- Attributes
Fields
olScrollBarsBoth | 3 | Display both the horizontal and vertical scroll bars as necessary. |
olScrollBarsHorizontal | 1 | Display a horizontal scroll bar only. |
olScrollBarsNone | 0 | Display no scroll bars. |
olScrollBarsVertical | 2 | Display a vertical scroll bar only. |