Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

CalcCellFromPos Method, SftTree Object

Returns the item index and column number for given coordinates.

Syntax

VB.NETBoolean = object.CalcCellFromPos(ByVal xPos As Single, ByVal yPos As Single, ByRef ItemIndex As Integer, ByRef ColIndex As Short) As Boolean
VBBoolean = object.CalcCellFromPos(ByVal xPos As Single, ByVal yPos As Single, ItemIndex As Long, ColIndex As Integer) As Boolean
C#.NETbool Boolean = object.CalcCellFromPos(float xPos, float yPos, out int ItemIndex, out short ColIndex);
VC++VARIANT_BOOL Boolean = object->CalcCellFromPos(float xPos, float yPos, long* ItemIndex, short* ColIndex);
CHRESULT object->raw_CalcCellFromPos(float xPos, float yPos, long* ItemIndex, short* ColIndex, VARIANT_BOOL* Boolean);

object

A SftTree object.

xPos

The horizontal position relative to the top, left corner of the tree control. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

yPos

The vertical position relative to the top, left corner of the tree control. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

ItemIndex

Returns the item index at the specified coordinates xPos, yPos.

ColIndex

Returns the column number at the specified coordinates xPos, yPos.

Boolean

BooleanDescription
TrueA cell was located at the specified coordinates xPos, yPos.
FalseNo cell was located at the specified coordinates xPos, yPos.

Comments

Returns the item index and column number for given coordinates.

The CalcCellFromPos and CalcCellFromPosPix methods are synonyms, but may use different coordinate systems.

If cell merging is allowed, CalcCellFromPos will return the actually displayed cell at the given location. The column number returned does not necessarily match the physical column. If the actual column is required, use CalcColumnFromPos instead. CalcIndexFromPos can be used to calculate the index of the item.

See Also SftTree Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.