Active Button Component
This component places a clickable button on a form. One example of an Active Button component is the Meeting form's Close Meeting... button.
A developer defines the action that takes place when the button is clicked in the form template's Layout Control. See "Adding a Layout Control" on page 568 for more information.
This component uses the following input property:
- Text (required): This string specifies the label for the button that appears on the form.
- TextCultureString: This string specifies the culture string used to localize the button label. For this input property, specify the base string for the applicable Culture String record. See "Working with Culture Strings" on page 385 for more details.