PasteIgnoreFieldType Property
In This Topic
Gets or sets a value that controls how text is pasted on a screen that has restricted locations. When true, pasting into a restricted field is skipped if the text contains an invalid entry for that field and the remaining text is pasted into subsequent fields. When false, pasting stops and the screen is locked when an attempt is made to paste an invalid entry into a restricted field. This property applies only to IBM 5250 terminal sessions.
Syntax
'Declaration
Property PasteIgnoreFieldType As Boolean
'Usage
Dim instance As IIbmScreen
Dim value As Boolean
instance.PasteIgnoreFieldType = value
value = instance.PasteIgnoreFieldType
bool PasteIgnoreFieldType {get; set;}
Property Value
The default value is true.
Exceptions
See Also