Position Property (IAWTScroller)

Action

Gets the current position of the scroll bar.

Syntax

C#
protected Integer Position { get; }
VB
'Declaration
Protected Read Property Position As Integer

Access

Read only.

Examples

VB

Dim position As Integer = scrollBar.Position