Ultra Light Client Guide and Reference
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.
- If radioGroup is set to true, only one radio button
or check box can be selected at any given time. If the box contains
both radio buttons and check boxes, one of either can be selected.
- If radioGroup is set to false, multiple radio
buttons or check boxes can be selected at any given time. This is the
default value.
- 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 ]