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
All objects shown in this table are used with SftTree/OCX. These objects (and the respective interfaces) are used to access properties and methods exposed by each object. The SftTree object represents the SftTree/OCX control. Through its properties, additional objects can be accessed.
Object | Interface | Description |
---|---|---|
SftTree | ISftTree | The SftTree/OCX control object. |
- | ISftTreeVTable | The SftTree/OCX control object (used with the Direct property). |
SftTree Events | - | Events generated by a SftTree object |
SftTreeColumns | ISftTreeColumns | Describes attributes that apply to all columns. Can be retrieved using the SftTree.Columns property. |
SftTreeHeaders | ISftTreeHeaders | Describes attributes that apply to all column headers. Can be retrieved using the SftTree.Headers property. |
SftTreeFooters | ISftTreeFooters | Describes attributes that apply to all column footers. Can be retrieved using the SftTree.Footers property. |
SftTreeItems | ISftTreeItems | Describes attributes that apply to all items. Can be retrieved using the SftTree.Items property. |
SftTreeRowColumnHeader | ISftTreeRowColumnHeader | Describes attributes that apply to the row/column header. Can be retrieved using the SftTree.RowColumnHeader property. |
SftTreeRowColumnFooter | ISftTreeRowColumnFooter | Describes attributes that apply to the row/column footer. Can be retrieved using the SftTree.RowColumnFooter property. |
SftTreeRowHeaders | ISftTreeRowHeaders | Describes attributes that apply to all row headers. Can be retrieved using the SftTree.RowHeaders property. |
SftTreeSplitter | ISftTreeSplitter | Describes attributes of the vertical splitter bar. Can be retrieved using the SftTree.Splitter property. |
SftTreeColumn | ISftTreeColumn | Describes attributes of a specific column. Can be retrieved using the SftTree.Column property. |
SftTreeHeader | ISftTreeHeader | Describes attributes of a specific column header. Can be retrieved using the SftTree.Header property. |
SftTreeFooter | ISftTreeFooter | Describes attributes of a specific column footer. Can be retrieved using the SftTree.Header property. |
SftTreeItem | ISftTreeItem | Describes the attributes of a specific item. Can be retrieved using the SftTree.Item property. |
SftTreeCell | ISftTreeCell | Describes the attributes of a specific cell. Can be retrieved using the SftTree.Cell property. |
SftTreeRowHeader | ISftTreeRowHeader | Describes the attributes of a specific item's row header. Can be retrieved using the Item.RowHeader property. |
VirtualItem | IVirtItem | The VirtualItem object is used during the VirtualItem event to provide item attributes. The event is called for each item, so the application can provide all necessary information for a particular item using the VirtualItem object's properties. |
SftPictureObject | ISftPictureObject | Describes a graphic consisting of a bitmap, icon, metafile, GDI+ image, ImageList, built-in image or color sample. |
DataObject | IVDMDataObject | Used to specify formats and data during OLE drag & drop operations. |
DataObjectFiles | IVDMDataObjectFiles | A collection of filenames used by the DataObject object (sftCFFiles format only). |