Ultra Light Client Guide and Reference


Notebook attributes

backgroundColor
The background color of the part.

currentPage
The page being displayed.

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.

enabled
Indicates whether the part can be selected.

font
The typeface used for text displayed on this part.

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

height
Initial height of the part in pixels. This attribute is explicitly necessary because pages can be loaded on demand, and dimensions of this part must be known before any pages are loaded.

label
The name of the part instance.

pages
The collection of UlcPage instances associated with this part.

popupMenu
An instance of UlcMenu that supports this part.

self
The class instance itself.

tab
The position of the current page in the page stack, expressed as an Integer.

tabPlacement
The orientation of notebook tabs. Possible settings are Top, Bottom, Left, and Right.

toolTipText
The text displayed in hover help for the part.

veto
Indicates whether the application should be polled before the UI changes the page being shown:

width
Initial width of the part in pixels. This attribute is explicitly necessary because pages can be loaded on demand, and dimensions of this part must be known before any pages are loaded.


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