Window.DisplayLeftScrollBar Property
True if the vertical scroll bar appears on the left side of the document window.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property DisplayLeftScrollBar As Boolean
Get
Set
'Usage
Dim instance As Window
Dim value As Boolean
value = instance.DisplayLeftScrollBar
instance.DisplayLeftScrollBar = value
bool DisplayLeftScrollBar { get; set; }
Property Value
Type: System.Boolean