Attachmate Reflection 2014 .NET API Reference
ColumnsPerScroll Property


Returns or specifies the number of columns, or character positions, to be rolled right or left during one horizontal scrolling operation with Ctrl+Left or Ctrl+Right. In Reflection for HP, this property only applies when the RightMargin property is set to a value greater than 80. In Reflection for UNIX and OpenVMS and Reflection for ReGIS Graphics, this property only applies when RightMargin is greater than 80 and you are operating in graphics mode without a 132-column adapter.
Syntax
'Declaration
 
Property ColumnsPerScroll As Integer
'Usage
 
Dim instance As IScreen
Dim value As Integer
 
instance.ColumnsPerScroll = value
 
value = instance.ColumnsPerScroll
int ColumnsPerScroll {get; set;}
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

IScreen Interface
IScreen Members

Send Feedback