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 item ID of an item.
Deprecated - Provided for compatibility with earlier versions only - Use Item.ID instead
Get
VB.NET | ID = object.get_ItemID(ByVal ItemIndex As Integer) As Integer |
VB | ID = object.ItemID(ByVal ItemIndex As Long) As Long |
C#.NET | int ID = object.get_ItemID(int ItemIndex); |
VC++ | long ID = object->ItemID[long ItemIndex]; long ID = object->GetItemID(long ItemIndex); |
C | HRESULT object->get_ItemID(long ItemIndex, long* ID); |
object
ItemIndex
The zero-based index of the item whose item ID is to be returned.
ID
Returns the item ID of the item.
Deprecated - Provided for compatibility with earlier versions only - Use Item.ID instead
The ItemID property returns the item ID of an item.
The item ID returned by the ItemID property does not change throughout the lifetime of an item. Even if an item changes its index position because other items are deleted or inserted, the item ID remains constant. The item index describes the zero-based position of an item in a tree control.
An item ID can be translated into an item index using the Items.ItemIndex property.
See Also SftTree Object | Object Hierarchy