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


PasteReplaceTabs Property
Gets or sets a value indicating whether to replace tabs in the Clipboard's contents with a specified string before pasting the selection within a host application.
Syntax
'Declaration
 
Property PasteReplaceTabs As Boolean
 
'Usage
 
Dim instance As IIbmScreen
Dim value As Boolean
 
instance.PasteReplaceTabs = value
 
value = instance.PasteReplaceTabs

Property Value

The default value is True.
Exceptions
ExceptionDescription
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
The PasteTabReplacement property defines the string.
See Also