Ultra Light Client Guide and Reference
- backgroundColor
- The background color of the part.
- 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.
- editable
- Indicates whether the contents of the part can be edited at run
time.
- 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.
- popupMenu
- An instance of UlcMenu that supports this part.
- self
- The class instance itself.
- toolTipText
- The text displayed in hover help for the part.
- url
- The URL to be displayed in the pane.
- veto
- Indicates whether the application should be polled before the pane locates
the target of a link selected from the pane:
- If veto is set to true, any URL link chosen by the
user is sent back to the application for confirmation before the target is
loaded into the pane. This is the default setting, but additional work
is required to implement this function. See Html Pane general advice for details.
- If veto is set to false, the target URL is located
and loaded without polling.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]