Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.HeightPix Property

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

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

HPix

Returns the height of items in pixels (fixed height control only). The units used are pixels.

Comments

The HeightPix property returns the height of items in pixels (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.

See Also SftBoxItems Object | Object Hierarchy


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