runCommandButton

<runCommandButton> represents a button that attempts to execute the system command specified by a given text-valued property.

When the button is clicked, the value of the property is interpreted as a system command, and is executed.

If the value does not represent a valid system command for the current client platform, an error will occur. No attempt is made to validate the command before attempting to execute it.

If the value of the property is the empty string, the button should be disabled. If the client platform does not support execution of system commands, the button should be disabled.

Attributes

The attributes for this element are described below:

name

Unique ID for this control.

property

The internal name of the associated item property. Currently, this must be a text-valued property.

top

Top-most Y coordinate.

left

Left-most X coordinate.

width

Width of the control.

height

Height of the control.

caption

(optional) A static text string to be displayed in the button. If no caption is provided, then Browse is used.

tabindex

(optional) The tab order of this control in the dialog page.

tooltip

(optional) A static text string to be displayed as the tool tip mouse over help for this control. If no tooltip is specified, then no mouse over help is displayed.