WdScrollbarType Enumeration
Specifies when scroll bars are available for the specified frame when viewing its frames page in a Web browser.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdScrollbarType
'Usage
Dim instance As WdScrollbarType
public enum WdScrollbarType
Members
Member name | Description | |
---|---|---|
wdScrollbarTypeAuto | Scroll bars are available for the specified frame only if the contents are too large to fit in the allotted space. | |
wdScrollbarTypeYes | Scroll bars are always available for the specified frame. | |
wdScrollbarTypeNo | Scroll bars are never available for the specified frame. |