PowerTCP Emulation for .NET
AutoScrollRowPosition Property




Sets or gets the vertical scrolling position using a row index.
Syntax
Public Property AutoScrollRowPosition As Integer
Dim instance As Vt
Dim value As Integer
 
instance.AutoScrollRowPosition = value
 
value = instance.AutoScrollRowPosition
public int AutoScrollRowPosition {get; set;}
public: __property int get_AutoScrollRowPosition();
public: __property void set_AutoScrollRowPosition( 
   int value
);
public:
property int AutoScrollRowPosition {
   int get();
   void set (    int value);
}
Remarks

The scrollback buffer is taken into account so that this value is between 0 and BufferRows. Runtime only.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic