Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxHeaders.GetPositionDropDownPix Method

Returns the header area's position and dimensions in pixels.

Syntax

VB.NETobject.GetPositionDropDownPix(ByRef LeftPix As Integer, ByRef TopPix As Integer, ByRef WidthPix As Integer, ByRef HeightPix As Integer)
VBobject.GetPositionDropDownPix(LeftPix As Long, TopPix As Long, WidthPix As Long, HeightPix As Long)
C#.NETvoid object.GetPositionDropDownPix(out int LeftPix, out int TopPix, out int WidthPix, out int HeightPix);
VC++HRESULT object->GetPositionDropDownPix(long* LeftPix, long* TopPix, long* WidthPix, long* HeightPix);
CHRESULT object->raw_GetPositionDropDownPix(long* LeftPix, long* TopPix, long* WidthPix, long* HeightPix);

object

A SftBoxHeaders object.

LeftPix

Returns the location of the left edge of the column header area, i.e. the first column header. The units used are pixels.

TopPix

Returns the location of the top edge of the column header area. The units used are pixels.

WidthPix

Returns the width of the column header area. The units used are pixels.

HeightPix

Returns the height of the column header area. The units used are pixels.

Comments

The GetPositionDropDownPix method returns the header area's position and dimensions in pixels.

The Headers.GetPositionDropDown and GetPositionDropDownPix methods are synonyms, but may use different coordinate systems. The Headers.GetPositionDropDownV method is used with Internet Explorer/VBScript.

The header area information for the drop down portion is returned. To retrieve the header area information for the static portion or edit control portion, the Headers.GetPositionPix method can be used instead.

The GetPositionDropDownPix method returns the position of the combined column headers. The Header.GetPositionDropDownPix method returns the position of an individual column header.

See Also SftBoxHeaders Object | Object Hierarchy


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