ITextView.ScrollbarPos Property

AdiIRC API v2

ITextViewScrollbarPos Property

Returns the current scrollbar position. (wrapped lines)

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
int ScrollbarPos { get; }
ReadOnly Property ScrollbarPos As Integer
	Get
property int ScrollbarPos {
	int get ();
}
abstract ScrollbarPos : int with get

Property Value

Type: Int32
See Also