ScrollableText Control

[This is preliminary documentation and subject to change.]

This control displays a long text that cannot fit on a page normally. A typical application for this control is displaying the license agreement.

Property

There can be no property associated with this control.

Valid Style Bits

Enabled
Sunken
Visible

Valid Control Attributes

Enabled
Position
Text
Visible
WindowHandle

Control Events Published

None.

Can Take Focus

No.

Remarks

The control is created using the "RICHEDIT" class with the ES_MULTILINE, WS_HSCROLL, WS_VSCROLL, ES_READONLY, WS_TABSTOP, ES_AUTOHSCROLL, ES_AUTOVSCROLL, WS_CHILD and WS_GROUP styles.