Attachmate Reflection 2014 .NET API Reference
PasteWrapDown Property


Gets or sets a value that specifies whether pasted text should be wrapped to the field below (instead of to the field to the right).
Syntax
'Declaration
 
Property PasteWrapDown As Boolean
'Usage
 
Dim instance As IIbmScreen
Dim value As Boolean
 
instance.PasteWrapDown = value
 
value = instance.PasteWrapDown
bool PasteWrapDown {get; set;}

Property Value

The default value is False.
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
If this value is true, the text is wrapped to the field below the current field. If it is false, the text is wrapped to the next input field to the right.
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