2.3.4.4 Association

A string ([XMLSCHEMA2/2] section 3.2.1) that specifies the name of an associated control. If a label control is associated with another control, clicking either control brings focus to the associated control. The Caption attribute of the label control is used as the associated control’s column caption in a tabular view, unless the DatasheetCaption attribute is present on the associated control, in which case that value is used. If a Macro with the For attribute set to the associated control specifies an Event attribute of "OnClick" or "OnDblClick" (as specified by ST_UserInterfaceObjectEvent), then the Macro commands will be performed on the associated control when the event is fired by either the label or the associated control.

The default value is a null string, which specifies that the label has no associated control.

Applies to: CT_AccDSLabel, CT_AccLabel