SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Returns the height of one item in the tree control.
Deprecated - Provided for compatibility with earlier versions only - Use Items.Height or Item.Height instead
Get
VB.NET | Height = object.get_ItemHeight(ByVal ItemIndex As Object) As Single |
VB | Height = object.ItemHeight(ByVal ItemIndex As Variant) As Single |
C#.NET | float Height = object.get_ItemHeight(object ItemIndex); |
VC++ | float Height = object->ItemHeight[const _variant_t& ItemIndex]; float Height = object->GetItemHeight(const _variant_t& ItemIndex); |
C | HRESULT object->get_ItemHeight(VARIANT ItemIndex, float* Height); |
object
ItemIndex
The zero-based index of the item whose height is to be returned. In a fixed height tree control, -1 can be specified to retrieve the height for all items. Visual Basic: This is an optional parameter and can only be used if variable height items are used (see Items.Style).
Height
Returns the height of one item in the tree control. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.
Deprecated - Provided for compatibility with earlier versions only - Use Items.Height or Item.Height instead
The ItemHeight property returns the height of one item in the tree control.
ItemHeight applies to a tree control with variable height items only (see Items.Style). For fixed height items, the ItemHeight1 property can be used instead.
See Also SftTree Object | Object Hierarchy