Programming with Reflection
PasteMaskProtectedFields property
Syntax |
object.PasteMaskProtectedFields |
Data type |
Returns (first syntax line) or specifies (second syntax line) whether to paste text into unprotected fields. When set to True, this property interprets the Clipboard as a two-dimensional image of the screen; it lays this image down on the screen and then pastes the characters that are over unprotected fields. If the property is set to False, this property interprets the Clipboard as a linear stream of data and does not skip any text on the Clipboard when moving from one field to the next.
The default is False.