Programming with Reflection
CopyInputFieldsOnly property
Syntax |
object.CopyInputFieldsOnly |
Data type |
Returns (first syntax line) the value or specifies (second syntax line) whether a copy (cut or append) operation puts values in unprotected input fields on the Clipboard. This property is useful for working with a host application that is form-oriented. If this property is True, Reflection replaces protected characters with spaces. If this property is False, protected and unprotected characters are treated identically.
The default is False.
If this property is True and UseTableFormat is also True, Reflection is more likely to interpret text as containing columns, because there will be more spaces.