'Item' property is write-only (Error 394)
The property can't be read. This error has the following cause and solution.
- A property can't be read; for example,
might be legal, but "ctl.property = 3
" would generate this error.Print ctl.propertyChange your code and remove the reference to the property.