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
Defines the cell that is the focus object.
Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
public CellClass FocusCell { get; set; }
Public Property FocusCell As CellClass
The focus object or null/Nothing if there is no focus object.
The default value is null/Nothing.
Defines the cell that is the focus object.
The current cell is the cell that has the focus rectangle.
The focus rectangle is controlled using the SftTree.ShowFocusRectangle property. The size of the focus rectangle is consistent with the current selection style (SftTree.SelectionStyle).
The focus cell is not necessarily also selected (CellClass.Selected).
When the user changes the current cell, the FocusObjectChange event occurs. The SelectionChange event occurs when the selection changes.
The SftTree.FocusItem and FocusCell properties define the focus object and are identical to the SftTree.FocusObject property but accept an item (ItemClass) or a cell (CellClass) instead of the more generic object.
See Also SftTree Class | Classes | SftTree/NET 2.0