TCustomdxBarControl.ItemAtPos(TPoint) Method
Returns an item control by specified coordinates.
Declaration
function ItemAtPos(const APos: TPoint): TdxBarItemControl;
Parameters
| Name | Type |
|---|---|
| APos | TPoint |
Returns
| Type |
|---|
| TdxBarItemControl |
Remarks
Returns an item control whose rectangle includes a point specified by the Pos parameter. The ItemAtPos function is used during drag-and-drop procedures and when displaying an item’s hint.
See Also