Appearance
- Background Color
Specifies the color of the control's background.
- Background Color (Hover)
Specifies the color of the control's background when the control is in a hovered state.
- Padding
Specifies the padding of the control.
The hyperlink displays a label where a hyperlink can be set that opens a new window to a specified URL.
When the form control is applied the name entered will display as the caption for the form control. This can be changed by selecting the Text property
Specifies the color of the control's background.
Specifies the color of the control's background when the control is in a hovered state.
Specifies the padding of the control.
Specifies the color of the control's outer border when the 'SingleLine' border style is selected.
Specifies the color of the controls border when in a hovered state.
Specifies the border radius of the control.
Specifies the border radius of the control when in a hovered state.
Configures the border style of the control.
Specifies the width of the control's border.
Specifies the outline color of the control when in a focused state.
The default picture to be shown for this control.
The picture to be shown when the control is in a hover state.
Controls how the picture will be sized to the control.
Controls how the picture will appear on the control.
Specifies the font of the text shown in the control.
Specifies the color of the control's text.
Specifies the color of the control's text when the control is in a hovered state.
Controls whether the text is horizontally aligned to the left, right or center
Specifies whether the text should be underlined.
Specifies whether the text should be underlined when the control is in a hovered state.
Controls whether the text is vertically aligned to the top, bottom or center. If a picture is displayed, the text is aligned vertically center.
Controls whether the control is enabled (if the result is TRUE) or disabled (if the result is anything other than TRUE, e.g. FALSE).
Determines whether the value of the control is in error. The result of this rule is a string containing the error message if the value is in error, otherwise a blank string or the number zero.
Specifies the URL to direct to.
Determines whether the link, when clicked on the web, should be opened in the current window or in a new window/tab.
Configures the position of the control in the form tab order.
Specifies the text shown in the control.
Determines whether the control is visible (TRUE) or hidden (FALSE).
Optional text which can be used to provide information belonging to or about a control. For example, a list of CSS classes which can be parsed and applied to the control using the Integration Theme in DriveWorks Live. This doesn't affect the control's behavior.
The name of the control
Optional text which can be used to describe the control, but which doesn't affect the control's behavior.
Controls the duration, in seconds, for which the tooltip will remain visible. Values of 0 and below indicate an infinite duration.
Specifies the text to display in a tooltip when hovering over the control.