SftBox/OCX 4.5

SftBoxItems.Height Property

Softel vdm, Inc.

Returns the height of items (fixed height control only).

Syntax       

Get

VB.NET

h = object.Height  As Single

VB

h = object.Height  As Single

C#.NET

float h = object.Height;

VC++

float h = object->Height;
float h = object->GetHeight();

C

HRESULT object->get_Height(float* h);

Delphi

h := object.Height   : Single;

object

A SftBoxItems object.

h

Returns the height of items (fixed height control only). The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

Comments

The Height property returns the height of items (fixed height control only).

In a variable height combo box, items have varying heights based on their properties. The Item.Height property can be used instead to determine the height of an item.


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