Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / PasteMaskProtectedFields Property
In This Topic
    PasteMaskProtectedFields Property
    In This Topic
    Gets or sets a value indicating whether pasted text should be interpreted as a host screen image and overlaid onto the current screen starting at the current cursor position. If true, where the current screen contains an unprotected field, the source image text is pasted; where the current screen contains a protected field, the source image text is skipped. If false, the text is interpreted as a linear stream that can contain new lines and delimiters, and is pasted accordingly.
    Syntax
    expression.PasteMaskProtectedFields As Boolean
    where expression is a variable that represents a IbmScreen Object
    See Also