Ultra Light Client Guide and Reference


Shell attributes

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>.

enabled
Indicates whether the part can be selected.

font
The typeface used for text displayed on this part.

destroyonClose
Indicates whether the resources (a shell together with all its children) on the UI and the ULC side will be freed when the shell is closed. The default is for the resources to be cached. You can set the destroyOnClose flag in the properties view of a shell or directly in the code.

icon
The name of the GIF file displayed in the title bar of the shell.

menuBar
An instance of UlcMenuBar owned by this part.

modal
Indicates whether the shell is modal.

popupMenu
An instance of UlcMenu that supports this part.

resizable
Indicates whether the shell can be resized by the user.

self
The class instance itself.

title
The text shown in the title bar for this part.


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