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
Navigates to the very first item or cell in the control.
Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
public object NavigateHome( bool fSelect, bool fSelectCumulative );
Public Function NavigateHome( ByVal fSelect As Boolean, ByVal fSelectCumulative As Boolean ) As Object
fSelect
Defines whether the item or cell found is automatically selected, True to select, otherwise False.
fSelectCumulative
Defines whether the selection is cumulative. True if the selection is cumulative, otherwise False. This parameter is ignored if fSelect is False and can only be used with when multiple item or multiple cell selection is active (SftTree.SelectionStyle).
The item or cell.
Navigates to the very first item or cell in the control.
Given a starting item or cell, this method returns the first item or cell in the control that can be selected. It considers cell merging and the selectable area (SftTree.SelectableArea).
If fSelect is True to automatically select the new item or cell, the specified StartObject, an item or cell, must match the current selection style (SftTree.SelectionStyle).
If the StartObject parameter is null/Nothing and the SftTree.FocusObject property is null/Nothing, the method returns null/Nothing.
See Also SftTree Class | Classes | SftTree/NET 2.0