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
The SftTreeColumn object represents one column in a SftTree/OCX control. A SftTreeColumn object for a particular column can be accessed through the control's Column property. Certain default properties and behavior for all columns can be defined using the SftTreeColumns object.
Property/Method | Description |
---|---|
BackColor | Defines the background color of cells in this column. |
BackColorEnd | Defines the default background color of cells in this column, combined with BackColor creating a gradient fill. |
BackColorOrientation | Defines the default background gradient fill orientation of cells in this column. |
CellHAlign | Defines the default horizontal alignment of cell contents in this column. |
CellMultiline | Defines whether multi-line text is allowed in cells in this column. |
CellVAlign | Defines the default vertical alignment of cell contents in this column. |
CellWordWrap | Defines whether the cell text may word-wrap within the available space in this column. |
DisplayPosition | Returns the display position of this column. |
ForeColor | Defines the text color of cells in this column. |
Index | Returns the real column number of this column. |
MakeOptimal | Sets the column's optimal width so that the text and graphics of all items can be displayed without being clipped horizontally. |
MakeVisible | Horizontally scrolls the column into view so it is displayed in the tree control's client area. |
Merge | Defines whether the contents of this column can merge into the next displayed column. |
MergeInto | Defines whether the contents of the previous column can merge into this column. |
MinWidth | Defines the minimum width of this column. |
MinWidthPix | Defines the minimum width of this column. |
OptimalWidth | Returns the column's optimal width based on its contents. |
OptimalWidthPix | Returns the column's optimal width based on its contents. |
ProgressColor | Defines the default progress bar color used for cells in this column. |
ProgressColorEnd | Defines the default progress bar color used for this cell in this column, combined with ProgressColor creating a gradient fill. |
ProgressColorOrientation | Defines the default gradient fill orientation for progress bars in this column. |
ProgressStyle | Defines the default progress bar appearance for cells in this column. |
SelectBackColor | Defines the background color of selected items in this column. |
SelectBackColorEnd | Defines the background color of selected items in this column, combined with SelectBackColor creating a gradient fill. |
SelectForeColor | Defines the text color of selected items in this column. |
ToolTip | Defines whether Tool Tips are used for cells in this column. |
Width | Defines the width of this column. |
WidthPix | Defines the width of this column. |
See Also Object Hierarchy