toBeReviewed

<toBeReviewed> represents a custom control used to display the file to be reviewed in the Approval tab of the Task Properties dialog.

The bounding box information for this custom control represents the entire area allocated for the various control components required. The client application is responsible for laying out individual components within the bounding box as it sees fit. Any associated <label> or <controlGroup> is not included and must be specified separately.

Individual controls within this custom control may have their own tab order, access keys, and tool tips. This is currently part of the inherent implementation of the control and cannot be customized.

Attributes

The attributes for this element are described below:

name

Unique ID for this control.

top

Top-most Y coordinate.

left

Left-most X coordinate.

width

Width of the control.

height

Height of the control.

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.

Children

None.