Device.Name Property |
||
| Returns the name of the Device. | ||
| Syntax: | Public Name As String |
|
| Limitations: | Read only. |
|
| Sample: | This example selects the first available device. Private Sub Form_Load() Dim Dev As Device Set Dev = ICImagingControl1.Devices.Item( 1 ) ICImagingControl1.Device = Dev.Name End |
|
| See also: | Device, Devices | |