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
Defines the index of the first item displayed in the tree control's client area.
Deprecated - Provided for compatibility with earlier versions only - Use Items.TopIndex instead
Get
VB.NET | ItemIndex = object.TopIndex As Integer |
VB | ItemIndex = object.TopIndex As Long |
C#.NET | int ItemIndex = object.TopIndex; |
VC++ | long ItemIndex = object->TopIndex; long ItemIndex = object->GetTopIndex(); |
C | HRESULT object->get_TopIndex(long* ItemIndex); |
Put
VB.NET | object.TopIndex = ItemIndex As Integer |
VB | object.TopIndex = ItemIndex As Long |
C#.NET | int object.TopIndex = ItemIndex; |
VC++ | long object->TopIndex = ItemIndex; void object->PutTopIndex(long ItemIndex); |
C | HRESULT object->put_TopIndex(long ItemIndex); |
object
ItemIndex
Defines the index of the first item displayed in the tree control's client area.
Deprecated - Provided for compatibility with earlier versions only - Use Items.TopIndex instead
The TopIndex property defines the index of the first item displayed in the tree control's client area.
The Item.MakeVisible method can be used to insure that an item is displayed anywhere in the tree control area. The TopIndex property is used to make the item specified the very first item shown in the tree control area.
See Also SftTree Object | Object Hierarchy