wodTelnetDLX ActiveX Control - ScrollY Property
      
 

Description
Determines position of vertical scroll bar.

Property type

An Integer value.  


Syntax

object.ScrollY [= value]



The ScrollY Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodTelnetDLX.
value An Integer value.

Remarks

This property is only available in OCX (GUI) version of the component.

ScrollY property specifies current vertical position of the terminal window viewscreen. When scroll bar is moved so that BackLog rows are visible, ScrollY value goes below 0.

You can set this value from your code to move terminal window viewscreen programmatically.