Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItem.HeightPix Property

Returns the item's height in pixels.

Syntax

Get

VB.NETHPix = object.HeightPix As Integer
VBHPix = object.HeightPix As Long
C#.NETint HPix = object.HeightPix;
VC++long HPix = object->HeightPix;
long HPix = object->GetHeightPix();
CHRESULT object->get_HeightPix(long* HPix);

object

A SftBoxItem object.

HPix

Returns the height of the item described by object. The units used are pixels.

Comments

The HeightPix property returns the item's height in pixels.

The Item.Height and 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.

See Also SftBoxItem Object | Object Hierarchy


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