Creating a Nonscrollable Region in Windows Help 3.1Last reviewed: July 23, 1997Article ID: Q76493 |
3.10
WINDOWS
kbtool
The information in this article applies to:
SUMMARYVersion 3.1 of the Windows Help engine supports the ability to author topics to contain a nonscrolling region of text immediately below the button bar. Text and graphics remain in this fixed location even as the user scrolls other text in the topic. This nonscrolling region appears the same as other text, except a thin black line divides the nonscrolling region from the rest of the text in the topic. This region can contain any of the formats applicable to a help file (hot spots, bitmaps, and so forth).
MORE INFORMATIONTo create a nonscrolling region, you must create the \pard\keepn rich-text format (RTF) token. To accomplish this using Microsoft Word for Windows version 2.0, perform the following four steps:
type-name="caption", (horizontal_position, vertical_position, width, height), sizing, (client-RGB), (nonscrolling-RGB)To change the color of the nonscrolling region, modify the final RGB triple. For example, the following specification will change the background color of the nonscrolling region to red:
main="",,0,,(255,0,0) |
Additional reference words: 3.10 3.1 non-scrolling non-scrollable
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |