- backgroundColor
- The backgroundColor property is the name of the RGB color for
the background of the part.
- backgroundGraphicsDescriptor
- The backgroundGraphicsDescriptor property is an icon, bitmap,
or image that is used for the background of the part. The
labelType property must be an icon, bitmap, or image or the
backgroundGraphicsDescriptor property is ignored.
- borderWidth
- The borderWidth property is the width of the border, specified
in pixels, that surrounds the part on all four sides. A width of zero
means that a border does not show.
On some platforms, the border width is limited to 1 pixel and any nonzero
value is set to 1.
- buttonFontName
- The buttonFontName property is the font used for the buttons in
the part. If a font is not specified, the font specified on the
textFontName property is used for the buttons in the part.
- enabled
- The enabled property specifies whether or not the part is
available for selection. If true, the part's contents are
available for selection.
- fontName
- The fontName property is the name of the font to use for the
text displayed in the part.
- foregroundColor
- The foregroundColor property is the name of the RGB color for
the foreground of the part.
- fractionBase
- The fractionBase property is the denominator used in the
fraction to calculate the percentage for the proportional spacing. The
default value is 100.
- framingSpec
- The framingSpec property represents the values specified for
the edge specifications of the part. The edge specifications determine
the width, height, and position of the part.
- helpFile
- The helpFile property is the name of the help file associated
with the part.
- helpKeysId
- The helpKeysId property is the ID of the keys help associated
with the part. The ID can be a string or an integer value.
The ID must exist in the help file associated with the part.
- helpTitle
- The helpTitle property is the title of the help window
associated with the part.
- helpTopicId
- The helpTopicId property is the ID of the help topic associated
with the part. The ID can be a string or an integer value.
The ID must exist in the help file associated with the part.
- horizontalSpacing
- The horizontalSpacing property is the default horizontal space
between the part and its children. The default value is
0.
- hoverHelpEnabled (Boolean)
- The hoverHelpEnabled property indicates whether you want hover
help to be provided for this part and all of its children. The default
is false.
- label
- The label property is the label text for the part. The
labelType must be XmSTRING or the label property is
ignored.
- labelFontName
- The labelFontName property is the font used for the labels of
the part. If a font is not specified, the font specified on the
textFontName property is used.
- marginHeight
- The marginHeight property is the amount of vertical space
between the part and its children.
- marginWidth
- The marginWidth property is the amount of horizontal space
between the part and its children that are not attached.
- partName
- The partName property specifies the name you want to use to
describe the part. For nonvisual parts, this text appears under the
icon for the part on the free-form surface.
The name of the part can consist of alphanumeric characters, and must be
different from those of all other parts on the layout surface.
If you do not specify a part name, VisualAge generates a unique name based
on the class name of the part.
- rubberPositioning
- The rubberPositioning property specifies whether child parts
have their positions converted to proportional attachments.
If rubberPositioning is set to true, all children parts with no
attachments on their top, bottom, left, or right, have their initial top and
left positions converted to proportional attachments. If
rubberPositioning is set to false, then the initial top and left
positions are attached to the parent.
Note: | This property only applies to child parts that are added at runtime.
Child parts that are added in the Composition Editor at edit time to a part
that has rubberPositioning set to true will be attached to the form
at the top and left.
|
- shadowType
- The shadowType property specifies the type of shadow you want
to appear around the part.
- tabGroup
- The tabGroup property specifies whether or not the part is
included as a tab stop so users can use the Tab and
Backtab keys to access the part.
- textFontName
- The textFontName property is the font used for the child text
parts of the part. If you do not specify a font using the
buttonFontName or labelFontName properties, the font
specified on the textFontName property is used.
- traversalOn
- The traversalOn property specifies whether users can access the
part using the cursor movement keys. If the part is specified as a tab
stop by using the tabGroup property, users also can use the
Tab and Backtab keys to access the part.
- verticalSpacing
- The verticalSpacing property is the default vertical space
between the part and its children.
- wallpaperStyle
- The wallpaperStyle property specifies how you want the
wallpaper images displayed. Possible values are:
- XmNormalWallpaper
- XmTiledWallpaper
- XmScaledWallpaper