BUTTON stack item

Defines a push-button that can trigger an action in a stack-based layout.

Syntax

BUTTON item-name [ , attribute-list ] ;
  1. item-name defines the form item name and the action name.
  2. attribute-list defines the aspect and behavior of the form item.

Attributes

COMMENT, DISCLOSUREINDICATOR, FONTPITCH, HIDDEN, IMAGE, SAMPLE, SIZEPOLICY, STYLE, TABINDEX, TAG, TEXT.

Usage

Define the rendering and behavior of a button stack item, with a BUTTON element inside a STACK container.

For more details about this item type, see BUTTON item type.

Example

BUTTON print, TEXT="Print Report", IMAGE="printer";