Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

GetButtonPositionPix Method, SftDirectoryColumn Object

Returns the coordinates of the header dropdown/filter button area.

Syntax

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

object

A SftDirectoryColumn object.

LeftPix

Returns the horizontal position of the header dropdown/filter button area relative to the top, left corner of the control in pixels.

TopPix

Returns the vertical position of the header dropdown/filter button area relative to the top, left corner of the control in pixels.

WidthPix

Returns the width of the header dropdown/filter button area in pixels.

HeightPix

Returns the height of the header dropdown/filter button area in pixels.

Comments

The GetButtonPositionPix method returns the coordinates of the header dropdown/filter button area. If no header dropdown/filter button is shown, this method returns WidthPix/HeightPix 0.

The Column.GetButtonPosition and GetButtonPositionPix methods are synonyms, but may use different coordinate systems.

See Also SftDirectoryColumn Object | Object Hierarchy


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