Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

CalcColumnFromPosPix Method, SftTree Object

Returns the column number for given coordinates.

Syntax

VB.NETBoolean = object.CalcColumnFromPosPix(ByVal XPosPix As OLE_XPOS_PIXELS, ByVal YPosPix As OLE_YPOS_PIXELS, ByRef ColIndex As Short) As Boolean
VBBoolean = object.CalcColumnFromPosPix(ByVal XPosPix As OLE_XPOS_PIXELS, ByVal YPosPix As OLE_YPOS_PIXELS, ColIndex As Integer) As Boolean
C#.NETbool Boolean = object.CalcColumnFromPosPix(OLE_XPOS_PIXELS XPosPix, OLE_YPOS_PIXELS YPosPix, out short ColIndex);
VC++VARIANT_BOOL Boolean = object->CalcColumnFromPosPix(OLE_XPOS_PIXELS XPosPix, OLE_YPOS_PIXELS YPosPix, short* ColIndex);
CHRESULT object->raw_CalcColumnFromPosPix(OLE_XPOS_PIXELS XPosPix, OLE_YPOS_PIXELS YPosPix, 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.

ColIndex

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

Boolean

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

Comments

The CalcColumnFromPosPix method returns the column number for given coordinates.

The CalcColumnFromPos and CalcColumnFromPosPix methods are synonyms, but may use different coordinate systems.

This method returns the column number ColIndex at the coordinates described by xPosPix, yPosPix. This position may be located above an item or a column header. CalcCellFromPosPix can be used to determine the cell. CalcIndexFromPosPix can be used to determine the index of the item.

See Also SftTree Object | Object Hierarchy


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