|
|
|
SftBoxItems.HeightPix Property |
Returns the height of items in pixels (fixed height control only).
Syntax
VB.NET |
HPix = object.HeightPix As Integer |
||
VB |
HPix = object.HeightPix As Long |
||
C#.NET |
int HPix = object.HeightPix; |
||
VC++ |
long HPix = object->HeightPix;
|
||
C |
HRESULT object->get_HeightPix(long* HPix); |
||
Delphi |
HPix := object.HeightPix : Integer; |
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.