IScrollInfo

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms

Description

The IScrollInfo interface contains properties that are used to get information about the scroll bar.

Inheritance hierarchy

IScrollInfo

Comments

Use the HScrollInfo or VScrollInfo property to get information about the scroll bars.

Properties

  Property name Brief description
The Max property returns the maximum possible position of the scroll bar slider.
The Min property returns the minimum possible position of the scroll bar slider.
The Page property returns the page size.
The Pos property determines position of the scroll bar slider.
The TrackPos property determines position of slider during the scrolling.

See also:

Forms Assembly Interfaces