Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / PasteClearField Property


In This Topic
PasteClearField Property
In This Topic
Gets or sets a value indicating whether to clear all of the previous data remaining in a field after pasting new data into it.
Syntax
'Declaration
 
Property PasteClearField As Boolean
 
'Usage
 
Dim instance As IIbmScreen
Dim value As Boolean
 
instance.PasteClearField = value
 
value = instance.PasteClearField
See Also