IScrollBars.VScrollInfo

Fore Syntax

VScrollInfo: IScrollInfo;

Fore.NET Syntax

VScrollInfo: Prognoz.Platform.Interop.Forms.IScrollInfo;

Description

The VScrollInfo property returns information about vertical scroll bar.

Comments

If the component has not vertical scroll bar, this property returns the object that has zero margins.

Example

An example of the property use is given in description of the ScrollBars property.

See also:

IScrollBars