IScrollBars.HScrollInfo

Fore Syntax

HScrollInfo: IScrollInfo;

Fore.NET Syntax

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

Description

The HScrollInfo property returns information about horizontal scroll bar.

Comments

If the component has not horizontal 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