OlScrollBars Enumeration
Specifies which, if any, scroll bars to display for a control.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<GuidAttribute("D1788312-EDEE-4673-AE33-B3C3BC0753EA")> _
Public Enumeration OlScrollBars
'Usage
Dim instance As OlScrollBars
[GuidAttribute("D1788312-EDEE-4673-AE33-B3C3BC0753EA")]
public enum OlScrollBars
Members
Member name | Description | |
---|---|---|
olScrollBarsNone | Display no scroll bars. | |
olScrollBarsHorizontal | Display a horizontal scroll bar only. | |
olScrollBarsVertical | Display a vertical scroll bar only. | |
olScrollBarsBoth | Display both the horizontal and vertical scroll bars as necessary. |