Ultra Light Client Guide and Reference


Box attributes

Most of the following attributes are valid for two-dimensional boxes only.

backgroundColor
The background color of the part.

columns
The number of columns in the underlying grid.

cursor
The ULC cursor that is in effect when the mouse pointer is over this part. Possible settings are Crosshair, Text, and Wait. The default setting for this part is indicated by <default>.

decoration
The set of colors and fonts owned by this part.

font
The typeface used for text displayed on this part.

foregroundColor
The color of any text shown in the part, if applicable.

horizontalGap
The space between adjacent columns (in pixels).

margin
The space around the perimeter of the part (in pixels).

radioGroup
Determines behavior of RadioButton or CheckBox parts dropped in the box.

rows
The number of rows in the underlying grid.

self
The class instance itself. This is the only connectable attribute for Horizontal Box and Vertical Box.

toolTipText
The text displayed in hover help for the part.

verticalGap
The space between adjacent rows (in pixels).


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]