HeaderPane
Main
Hide

SftTree/OCX 8.0 - ActiveX Tree Control

Share Link
Print

GetPositionPix Method, SftTreeHeaders Object

Returns the coordinates of the combined row/column header and all column headers.

Syntax

VB.NETBoolean = object.GetPositionPix(ByRef LeftPix As OLE_XPOS_PIXELS, ByRef TopPix As OLE_YPOS_PIXELS, ByRef WidthPix As OLE_XSIZE_PIXELS, ByRef HeightPix As OLE_YSIZE_PIXELS) As Boolean
VBBoolean = object.GetPositionPix(LeftPix As OLE_XPOS_PIXELS, TopPix As OLE_YPOS_PIXELS, WidthPix As OLE_XSIZE_PIXELS, HeightPix As OLE_YSIZE_PIXELS) As Boolean
C#.NETbool Boolean = object.GetPositionPix(out OLE_XPOS_PIXELS LeftPix, out OLE_YPOS_PIXELS TopPix, out OLE_XSIZE_PIXELS WidthPix, out OLE_YSIZE_PIXELS HeightPix);
VC++VARIANT_BOOL Boolean = object->GetPositionPix(OLE_XPOS_PIXELS* LeftPix, OLE_YPOS_PIXELS* TopPix, OLE_XSIZE_PIXELS* WidthPix, OLE_YSIZE_PIXELS* HeightPix);
CHRESULT object->raw_GetPositionPix(OLE_XPOS_PIXELS* LeftPix, OLE_YPOS_PIXELS* TopPix, OLE_XSIZE_PIXELS* WidthPix, OLE_YSIZE_PIXELS* HeightPix, VARIANT_BOOL* Boolean);

object

A SftTreeHeaders object.

LeftPix

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

TopPix

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

WidthPix

Returns the width of the column header in pixels.

HeightPix

Returns the height of the column header in pixels.

Span

Returns the number of columns that the column header occupies.

Boolean

BooleanDescription
TrueThe column headers are displayed and visible.
FalseThe column headers are not visible. The returned coordinates are not valid.

Comments

The GetPositionPix method returns the coordinates of the combined row/column header and all column headers.

The Headers.GetPosition and GetPositionPix methods are synonyms, but may use different coordinate systems.

The Header.GetPosition method can be used to retrieve the coordinates of one column header.

See Also SftTreeHeaders Object | Object Hierarchy


Last Updated 05/24/2026 - (email)
© 2026 Softel vdm, Inc.