This topic lists the Extender properties that are available when the Scan control is drawn on a Visual Basic form.
| Name | Description |
| Index | Returns or sets the subscript value of a control in an array of controls |
| Name | Returns the name of an object |
| Object | Returns a reference to a property or method of a control that has the same name as a property or method extended to the control |
| Parent | Returns the form, object, or collection that contains either a control, or another object or collection |
| Tag | Returns or sets ancillary data |
Refer to the Visual Basic on-line help for more information about these properties.