itemLinks
<itemLinks> represents a custom control used to display the list of links associated with an item. The <itemLinks> control is currently used only on the History tab of the Folder Properties dialog box. This control is currently not supported by Web Edition.
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.