$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Payment Button Control
This component adds a button to a form.This is the form component used to display the Order Search, Order #, and Invoice # buttons in the top area of the Payments form.

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 for more information.

This component uses the following input properties:

  • Text (required): Specify the caption that will appear within the button.
  • ButtonKey (required): Specify the command key that is recognized by the Layout Control (the layout control must be built to handle events based on the ButtonKey property).
  • TextCultureString: This string specifies the culture string used to localize the label. For this input property, specify the base string for the applicable Culture String record. See Working with Culture Strings for more details.
  • No labels