InfoConnect for Airlines
PasteMaskProtectedFields Property


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
'Declaration
 
Property PasteMaskProtectedFields As Boolean
'Usage
 
Dim instance As IIbmScreen
Dim value As Boolean
 
instance.PasteMaskProtectedFields = value
 
value = instance.PasteMaskProtectedFields
bool PasteMaskProtectedFields {get; set;}
See Also