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 index of the next visible item.
Deprecated - Provided for compatibility with earlier versions only - Use Items.FirstShown and Item.NextShown instead
VB.NET | NextItemIndex = object.GetNextShown(ByVal ItemIndex As Integer) As Integer |
VB | NextItemIndex = object.GetNextShown(ByVal ItemIndex As Long) As Long |
C#.NET | int NextItemIndex = object.GetNextShown(int ItemIndex); |
VC++ | long NextItemIndex = object->GetNextShown(long ItemIndex); |
C | HRESULT object->raw_GetNextShown(long ItemIndex, long* NextItemIndex); |
object
ItemIndex
The zero-based index of the item whose next item is to be retrieved. If -1 is specified, the index of the first visible item in the tree control is returned.
NextItemIndex
Returns the zero-based index of the next visible item given an item ItemIndex. If -1 is returned, if no item is found.
Deprecated - Provided for compatibility with earlier versions only - Use Items.FirstShown and Item.NextShown instead
The GetNextShown method returns the index of the next visible item.
Dependent items of a collapsed parent item are skipped using this method.
Use Items.FirstShown, Item.NextShown, Item.PrevShown, Items.LastShown to retrieve information about item visibility.
See Also SftTree Object | Object Hierarchy