INFORMIX
Visionary User's Guide
Appendix A: Object Properties Reference
Home Contents Index Master Index New Book

RichTextBox Control

The RichTextBox Control object is a Visual Basic control that supports display of text in Microsoft Windows Rich Text Format and in straight ASCII format.

Valid properties for the RichTextBox Control object are described in the following table.

Property Data Type Description

Document

FilePath

Column name for the text binary large object or the name of a file containing the text.

Location

Point

x, y coordinates of the center of the control.

Width

Numeric

Width of the inner dimensions of the control (does not include the thickness of the border, if any).

Height

Numeric

Height of the inner dimensions of the control (does not include the thickness of the border or the height of tabs if any are displayed).

Visible

Boolean

Determines whether or not the control is visible.

Title

String

Text to be placed on the tab if a tabbed border is selected.

BorderType

Enum

Style of the control border.

FontName

FontName

Name of the font to be used for a tabbed border.

Size

Numeric

Size of the font used in a tabbed border.

FixedFontSize

Boolean

Determines whether the text in the tabbed border scales with the zoom factor. If True, the text remains the same size regardless of zoom.

Bold

Boolean

Displays the tab text in bold.

Italic

Boolean

Displays the tab text in italics.

FontColor

Color

Specifies the color of the tab text.




Visionary User's Guide, version 1.0
Copyright © 1998, Informix Software, Inc. All rights reserved.