SftBox/OCX 4.5

SftBoxRowColumnHeader.GetPositionDropDown Method

Softel vdm, Inc.

Returns the row/column header's position and dimensions.

Syntax       

VB.NET

object.GetPositionDropDown(ByRef Left As Single, ByRef Top As Single, ByRef Width As Single, ByRef Height As Single)

VB

object.GetPositionDropDown(Left As Single, Top As Single, Width As Single, Height As Single)

C#.NET

void object.GetPositionDropDown(out float Left, out float Top, out float Width, out float Height);

VC++

HRESULT object->GetPositionDropDown(float* Left, float* Top, float* Width, float* Height);

C

HRESULT object->raw_GetPositionDropDown(float* Left, float* Top, float* Width, float* Height);

Delphi

procedure object.GetPositionDropDown(out Left : Single, out Top : Single, out Width : Single, out Height : Single);

object

A SftBoxRowColumnHeader object.

Left

Returns the location of the left edge of the row/column header. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

Top

Returns the location of the top edge of the row/column header. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

Width

Returns the width of the row/column header. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

Height

Returns the height of the row/column header. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

Comments

The GetPositionDropDown method returns the row/column header's position and dimensions. The row/column header information for the drop down portion is returned.

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

To retrieve the header information for the static portion or edit control portion, the RowColumnHeader.GetPosition method can be used instead.


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com