Button properties

A button can be located on a validation form, a validation pane, a tab, or a group and has the following customizable properties:

Enabled

Enables or disables the control. Enabled means that the user can select the element, for example to edit a field or button. Disabled displays the element grayed out and not accessible for the user.

Name

Returns the name of this element. This property is read-only and cannot be changed.

Text

Sets or returns the text of the element that is then displayed on the form for a label, button, group or tab.

Tip You can use vbCr, vbLf and vbNewLine to force a line break, but those work only when used for rich client modules. For thin clients if you need multiline text you need to insert several elements each having a single line text.
Note In previous versions the text element may be used for localization. For Kofax Transformation Modules 5.5 and later versions it is highly recommended to remove any related script code for localization issues and use the built-in function for the translation instead. For more information, see Project Builder Help.
Visible

Displays or hides the element on the validation form and pane.