Attachmate Reflection 2014 .NET API Reference
CopyTrailingSpaces Property


Gets or sets a value that specifies whether the terminal copies the character spaces that trail a selection when text is copied to the Clipboard.
Syntax
'Declaration
 
Property CopyTrailingSpaces As Boolean
'Usage
 
Dim instance As IIbmScreen
Dim value As Boolean
 
instance.CopyTrailingSpaces = value
 
value = instance.CopyTrailingSpaces
bool CopyTrailingSpaces {get; set;}
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
When this property is true, the terminal includes trailing spaces in text copied to the Clipboard. When it is false, the terminal does not include them.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IIbmScreen Interface
IIbmScreen Members

Send Feedback