SftBox/OCX 4.5

SftBoxItem.Height Property

Softel vdm, Inc.

Returns the item's height.

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 SftBoxItem object.

h

Returns the height of the item described by object. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

Comments

The Height property returns the item's height.

The Item.Height and Item.HeightPix properties are synonyms, but may use different coordinate systems.

In a fixed height combo box all items have the same height. The Items.Height property can be used instead.


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