WdScrollbarType Enum

Definition

Specifies when scroll bars are available for the specified frame when viewing its frames page in a Web browser.

public enum class WdScrollbarType
[System.Runtime.InteropServices.Guid("0E37EEFA-84BD-300E-8AB4-7CFC2C8C3F38")]
public enum WdScrollbarType
type WdScrollbarType = 
Public Enum WdScrollbarType
Inheritance
WdScrollbarType
Attributes

Fields

wdScrollbarTypeAuto 0

Scroll bars are available for the specified frame only if the contents are too large to fit in the allotted space.

wdScrollbarTypeNo 2

Scroll bars are never available for the specified frame.

wdScrollbarTypeYes 1

Scroll bars are always available for the specified frame.

Applies to