itemReferences

<itemReferences> represents a custom control used to display the list of references to an item. The <itemReferences> control is not currently used by any of the existing dialog boxes. It is included for completeness.

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.

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.