WdScrollbarType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
wdScrollbarTypeAuto | 0 | Scroll bars are available for the specified frame only if the contents are too large to fit in the allotted space. |
wdScrollbarTypeYes | 1 | Scroll bars are always available for the specified frame. |
wdScrollbarTypeNo | 2 | Scroll bars are never available for the specified frame. |