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
Searches the CellBaseClass.TagObjects property of cells for an object.
Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
public CellClass FindCellTagObject( object Data, bool Wrap, ItemClass StartItem, int ColumnIndex, bool DepthScan, bool VisibleOnly );
Public Function FindCellTagObject( ByVal Data As Object, ByVal Wrap As Boolean, ByVal StartItem As ItemClass, ByVal ColumnIndex As Integer, ByVal DepthScan As Boolean, ByVal VisibleOnly As Boolean ) As CellClass
Data
Defines the object to find.
Wrap
Defines whether the search wraps around at the end of the items and resumes at the first item (True), otherwise False.
StartItem
Defines the item where the search starts (including).
ColumnIndex
The zero-based column index of the column to be searched. Only one column can be searched.
DepthScan
Defines whether all items (including dependent items, starting with the item StartItem) are searched (True), otherwise False and only sibling items of the starting item (StartItem) are searched.
VisibleOnly
Defines whether only visible items are searched (True), otherwise False and all items (even items whose parents are collapsed) are searched.
The cell where the first match is found or null/Nothing if no match was found.
Searches the CellBaseClass.TagObjects property of cells for an object.
The FindCellTagObject method searches all cells in column ColumnIndex, starting at the item defined by StartItem for the object (Data) in each cell's CellBaseClass.TagObjects property.
The SftTree.FindItemTagObject, SftTree.FindItemTagString, SftTree.FindCellTagString methods perform a similar function to search items' and cells' TagObjects and TagString properties. The SftTree.FindText property searches for a matching string in the CellBaseClass.Text property.
See Also SftTree Class | Classes | SftTree/NET 2.0