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 SftBoxColumn object represents one column in a SftBox/OCX control. A SftBoxColumn object for a particular column can be accessed through the control's Column property.
Certain default properties and behavior for columns can be defined using the SftBoxColumns object.
Properties and methods shown grayed are provided for compatibility with older releases only and should no longer be used.
Property/Method | Description |
---|---|
BackColor | Defines the default background color for all cells in this column. |
CalcOptimalWidth | Returns the column's optimal width. |
CalcOptimalWidthPix | Returns the column's optimal width in pixels. |
CellAlign | Defines the default horizontal alignment of cell contents 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. |
Data | Defines the column's application specific numeric value. |
DataObject | Defines the column's application specific object value. |
DataTag | Defines the column's application specific variant value. |
DisplayPosition | Returns the display position of this column. |
ForeColor | Defines the default foreground color for all cells in this column. |
Index | Returns the real column number of this column. |
MakeOptimal | Sets the column's optimal width. |
MakeVisible | Makes the column visible using horizontal scrolling if needed. |
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. |
RealPosition | Returns the real column number of this column. |
SelectBackColor | Defines the default background color for selected cells in this column. |
SelectForeColor | Defines the default foreground color for selected cells in this column. |
ToolTip | Defines whether ToolTips are displayed for the column if the cell text and/or graphic component are clipped. |
Width | Defines the width of this column. |
WidthPix | Defines the width of this column in pixels. |
Properties and methods shown grayed are provided for compatibility with older releases only and should no longer be used.
See Also Object Hierarchy