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)

Usage

Dim wdScrollbarType1 As WdScrollbarType = WdScrollbarType.wdScrollbarTypeAuto

Syntax

Public Enum WdScrollbarType
public enum WdScrollbarType
public enum class WdScrollbarType
public enum 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.
wdScrollbarTypeNo Scroll bars are never available for the specified frame.
wdScrollbarTypeYes Scroll bars are always available for the specified frame.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace