Attachmate.Reflection.Emulation.IbmHosts Assembly > Attachmate.Reflection.Emulation.IbmHosts Namespace > IIbmScreen Interface : CopyInputFieldsOnly Property |
'Declaration
Property CopyInputFieldsOnly As Boolean
'Usage
Dim instance As IIbmScreen Dim value As Boolean instance.CopyInputFieldsOnly = value value = instance.CopyInputFieldsOnly
bool CopyInputFieldsOnly {get; set;}
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.
Exception | Description |
---|---|
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. |
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.