Property
Description
Font
The font for the control's text taken from the Application Font repository.
Color
The color of the control taken from the Application Color repository.
Note: The RTF Edit control does not support transparent background colors.
Help screen
Specifies whether a Help screen is associated with this control. You can zoom to select a Help screen from the Help list.
For Rich Client controls, only help screens of Type=URL are supported.
For Rich Client controls, the URL can point to a server file and not to a Web location. (Since version: 1.9)
Tooltip
Specifies whether a ToolTip is associated with this control. A number specifies the number of the ToolTip Help in the Help list.
You can enter an expression for a Tooltip so that the Tooltip is dynamic. You can create the expression in Unicode format.
Help prompt
Specifies whether a Help prompt is associated with this control. You can zoom to select a Help prompt from the Help list.
Visible
Specifies whether the control will be visible to the user.
Border Style
The style of the control's border. The options are 2-D (default), 3-D Sunken and No Border.
Since version: 3.2
To give the end user the ability to change the color or font of a Rich Client RTF control:
Define a menu with Magic xpa internal events, such as Change Color, Change Font, Align Left, and Align Right.
Assign this menu to the control's Context Menu property.