Child pages
  • Tab
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 21 Next »


Property Summary
Number containsForm
The name of the form displayed in the tab.
String foreground
The foreground color of the tab.
Number imageMedia
The name of the image Media file used.
String mnemonic
Mnemonic used to switch to tab.
String name
The name of the tab.
String relationName
The name of the relation that links the form which contains the tab
with the form displayed in the tab.
String text
The text on the tab.
String toolTipText
The text displayed when hovering over the component with a mouse cursor.

Property Details
containsForm
The name of the form displayed in the tab.
Returns
foreground
The foreground color of the tab.
Returns
imageMedia
The name of the image Media file used.
Returns
mnemonic
Mnemonic used to switch to tab.
Returns
name
The name of the tab.
Returns
relationName
The name of the relation that links the form which contains the tab
with the form displayed in the tab.
Returns
text
The text on the tab.
Returns
toolTipText

The text displayed when hovering over the component with a mouse cursor.

NOTE:
HTML should be used for multi-line tooltips; you can also use any
valid HTML tags to format tooltip text. For example:
<html>This includes<b>bolded text</b> and
<font color='blue'>BLUE</font> text as well.</html>

Returns
  • No labels