Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

CalcCellFromPosPix Method, SftTree Object

Returns the item index and column number for given coordinates.

Syntax

VB.NETBoolean = object.CalcCellFromPosPix(ByVal XPosPix As OLE_XPOS_PIXELS, ByVal YPosPix As OLE_YPOS_PIXELS, ByRef ItemIndex As Integer, ByRef ColIndex As Short) As Boolean
VBBoolean = object.CalcCellFromPosPix(ByVal XPosPix As OLE_XPOS_PIXELS, ByVal YPosPix As OLE_YPOS_PIXELS, ItemIndex As Long, ColIndex As Integer) As Boolean
C#.NETbool Boolean = object.CalcCellFromPosPix(OLE_XPOS_PIXELS XPosPix, OLE_YPOS_PIXELS YPosPix, out int ItemIndex, out short ColIndex);
VC++VARIANT_BOOL Boolean = object->CalcCellFromPosPix(OLE_XPOS_PIXELS XPosPix, OLE_YPOS_PIXELS YPosPix, long* ItemIndex, short* ColIndex);
CHRESULT object->raw_CalcCellFromPosPix(OLE_XPOS_PIXELS XPosPix, OLE_YPOS_PIXELS YPosPix, long* ItemIndex, short* ColIndex, VARIANT_BOOL* Boolean);

object

A SftTree object.

XPosPix

The horizontal position relative to the top, left corner of the tree control in pixels.

YPosPix

The vertical position relative to the top, left corner of the tree control in pixels.

ItemIndex

Returns the item index at the specified coordinates xPosPix, yPosPix.

ColIndex

Returns the column number at the specified coordinates xPosPix, yPosPix.

Boolean

BooleanDescription
TrueA cell was located at the specified coordinates xPosPix, yPosPix.
FalseNo cell was located at the specified coordinates xPosPix, yPosPix.

Comments

The CalcCellFromPosPix method 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, CalcCellFromPosPix 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 CalcColumnFromPosPix instead. CalcIndexFromPosPix 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.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.