PowerTCP Emulation for .NET CF
AutoScrollRowPosition Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : AutoScrollRowPosition Property




Sets or gets the vertical scrolling position using a row index.

Syntax

Visual Basic (Declaration) 
Public Property AutoScrollRowPosition As Integer
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim value As Integer
 
instance.AutoScrollRowPosition = value
 
value = instance.AutoScrollRowPosition
C# 
public int AutoScrollRowPosition {get; set;}
Managed Extensions for C++ 
public: __property int get_AutoScrollRowPosition();
public: __property void set_AutoScrollRowPosition( 
   int value
);
C++/CLI 
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 + Rows - 1). Runtime only.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.