ITextView.ScrollTo Method

AdiIRC API v2

ITextViewScrollTo Method

Scrolls the scrollbar to the Nth (wrapped) line.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
void ScrollTo(
	int line
)
Sub ScrollTo ( 
	line As Integer
)
void ScrollTo(
	int line
)
abstract ScrollTo : 
        line : int -> unit 

Parameters

line
Type: SystemInt32
The line to scroll to
See Also