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 SftDirectoryColumn object describes the attributes of one column. The SftDirectoryColumn object can be accessed through the control's Column or ColumnEntry properties. A control has one SftDirectoryColumn object for each defined column.
Property/Method | Description |
---|---|
BackColor | Defines the default background color for all cells in this column. |
Button | Defines the column header's button appearance. |
CellAlign | Defines the text alignment for all cells in this column. |
Contents | Defines the contents for all cells in this column. |
DisplayPosition | Returns the column's display position. |
ForeColor | Defines the default foreground color for all cells in this column. |
GetButtonPosition | Returns the coordinates of the header dropdown/filter button area |
GetButtonPositionPix | Returns the coordinates of the header dropdown/filter button area |
HeaderAlign | Defines the column header's text alignment. |
HeaderEnabled | Defines the column header's enabled/disabled status. |
HeaderText | Defines the column header's text. |
HeaderToolTip | Defines the column header's ToolTip text. |
KeepPosition | Defines the column header's behavior during column reordering. |
Locked | Defines the header's behavior during resizing. |
MakeOptimal | Resizes the column to its optimal width. |
MakeVisible | Makes the column visible using horizontal scrolling if needed. |
MinWidth | Defines the column's minimum width. |
MinWidthPix | Defines the column's minimum width. |
RealPosition | Returns the column's (real) column index. |
SelectBackColor | Defines the default background color for all selected cells in this column. |
SelectForeColor | Defines the default foreground color for all selected cells in this column. |
Sort | Sorts the column. |
Width | Defines the column's width. |
WidthPix | Defines the column's width in pixels. |
See Also Object Hierarchy