|
|
|
SftTreeItems.HeightPix Property |
Returns the height of an item in a fixed height tree control.
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 SftTreeItems object.
HPix
Returns the height of an item in a fixed height tree control in pixels.
Comments
The HeightPix property returns the height of an item in a fixed height tree control.
The Items.Height and Items.HeightPix properties are synonyms, but may use different coordinate systems.
The HeightPix property applies to a fixed height tree control only (see Items.Style). In a variable height tree control, the Item.Height property can be used instead.
See Also SftTreeItems Object | Object Hierarchy