Applies To
DropDown Object, EditBox Object, ListBox Object.
Description
Returns the name of the object linked to an edit box, list box, or drop-down control. For a DropDown object, returns the name of the drop-down control if it can be edited, or False if it is not editable. Read-only.
See Also
LinkCombo Method.
Example
This example displays the name of the list box that is linked to edit box one on dialog sheet one. The example should be run on a dialog sheet that contains a combination list-edit control.
MsgBox DialogSheets(1).EditBoxes(1).LinkedObject