IDimensionViewerBase.GetItemAt

Fore Syntax

GetItemAt(Pt: IPoint; [FullRow: Boolean = False]): Integer;

Fore.NET Syntax

GetItemAt(Pt: Prognoz.Platform.Interop.Forms.IPoint; FullRow: boolean): uinteger;

Parameters

Pt. The point, at which component element can be obtained.

FullRow. Method of obtaining element.

Description

The GetItemAt method allows to get the component element in the specified point.

Comments

Available values of the FullRow parameter:

See also:

IDimensionViewerBase