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
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
SftTree/NET 2.0 - Tree Control
Returns a SftTreeItem object for a given item.
Get
| VB.NET | refItemObj = object.get_Item(ByVal ItemIndex As Integer) As SftTreeItem |
| VB | Set refItemObj = object.Item(ByVal ItemIndex As Long) As SftTreeItem |
| C#.NET | SftTreeItem refItemObj = object[int ItemIndex]; |
| VC++ | ISftTreeItem* refItemObj = object->Item[long ItemIndex]; ISftTreeItem* refItemObj = object->GetItem(long ItemIndex); |
| C | HRESULT object->get_Item(long ItemIndex, ISftTreeItem** refItemObj); |
object
ItemIndex
The zero-based item index.
refItemObj
Returns a SftTreeItem object for a given item.
The Item property returns a SftTreeItem object for a given item.
The SftTreeItem object represents one item in a SftTree/OCX control. Numerous item-specific properties and methods can be accessed using the returned object refItemObj.
Certain default properties and behavior for all items can be defined using the SftTreeItems object.
See Also SftTree Object | Object Hierarchy
