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 previous visible item.
Deprecated - Provided for compatibility with earlier versions only - Use Items.LastShown and Item.PrevShown instead
VB.NET | PrevItemIndex = object.GetPrevShown(ByVal ItemIndex As Integer) As Integer |
VB | PrevItemIndex = object.GetPrevShown(ByVal ItemIndex As Long) As Long |
C#.NET | int PrevItemIndex = object.GetPrevShown(int ItemIndex); |
VC++ | long PrevItemIndex = object->GetPrevShown(long ItemIndex); |
C | HRESULT object->raw_GetPrevShown(long ItemIndex, long* PrevItemIndex); |
object
ItemIndex
The zero-based index whose previous item is to be retrieved. If -1 is specified, the index of the last visible item in the tree control is returned.
PrevItemIndex
Returns the zero-based index of the previous 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.LastShown and Item.PrevShown instead
The GetPrevShown method returns the index of the previous 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