Reflection
CopyInputFieldsOnly Property


Gets or sets a value indicating whether a copy (cut or append) operation puts values in unprotected input fields on the Clipboard.
Syntax
'Declaration
 
Property CopyInputFieldsOnly As Boolean
'Usage
 
Dim instance As IIbmScreen
Dim value As Boolean
 
instance.CopyInputFieldsOnly = value
 
value = instance.CopyInputFieldsOnly
bool CopyInputFieldsOnly {get; set;}

Property Value

The default value is False.

If this property is True, the terminal replaces protected characters with spaces. If it is false, protected and unprotected characters are treated identically.

Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you try to modify a property that has been secured with the Permissions Manager or that can only be modified by an Administrator.
Remarks
This property is useful for working with form-oriented host applications.

If this property is True and UseTableFormat is also True, Reflection is more likely to interpret text as containing columns, because there will be more spaces.

See Also