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 SftTreeHeaders object describes attributes that apply to all column headers in a SftTree/OCX control. The SftTreeHeaders object can be accessed through the control's Headers property. A control has only one SftTreeHeaders object. An individual column's SftTreeHeader Object can be accessed through the control's Header property.
Property/Method | Description |
---|---|
Appearance | Defines the appearance of all column headers. |
BackColor | Defines the background color for all column headers. |
ClearSortIndicators | Clears all sort indicators in all columns. |
EdgeHorizontalColor | Defines the color used to draw all horizontal edges around headers/footers. |
EdgeVerticalColor | Defines the color used to draw all vertical edges around headers/footers. |
Font | Defines the font used for all column headers. |
ForeColor | Defines the text color for all column headers. |
GetPosition | Returns the coordinates of the combined row/column header and all column headers. |
GetPositionPix | Returns the coordinates of the combined row/column header and all column headers. |
GrayedColor | Defines the text color used to draw all disabled column headers. |
HilightColor | Defines the color used to draw the highlighted edge of all column headers. |
Multiline | Defines whether column header titles can consist of multiple text lines. |
Pressed | Defines the currently pressed column header button. |
Reorderable | Defines whether columns can be reordered using column drag & drop. |
Resizable | Defines whether column headers can be resized by the user. |
ResizeColumn | Returns the column number currently being resized. |
ShadowColor | Defines the color used to draw the dark edge of all column headers. |
SortedColumn | Returns the column number of the first column with a sort indicator. |
SortIndicators | Defines whether sort indicators are shown. |
See Also Object Hierarchy