PageSize Property (IAWTScroller)

Action

Gets the block increment value of the scroll bar.

Syntax

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

Access

Read only.

Examples

VB

Dim pageSize As Integer = scrollBar.PageSize