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 SftTreeHeader object represents one column header in a SftTree/OCX control. A SftTreeHeader object for a particular column can be accessed through the control's Header property. Certain default properties and behavior for column headers can be defined using the SftTreeHeaders Object.
Property/Method | Description |
---|---|
BackColor | Defines the background color for this column header. |
BackColorDisabled | Defines the background color for this column header, when it is disabled. |
Button | Defines the column header's button appearance. |
Enabled | Defines whether the column header is enabled. |
ForeColor | Defines the foreground color for this column header. |
ForeColorDisabled | Defines the foreground color for this column header, when it is disabled. |
GetButtonPosition | Returns the coordinates of the header button area. |
GetButtonPositionPix | Returns the coordinates of the header button area. |
GetPosition | Returns the coordinates of the header. |
GetPositionPix | Returns the coordinates of the header. |
Image | Defines the graphic displayed in this column header. |
ImageHAlign | Defines the horizontal alignment of the graphic in this column header. |
ImageVAlign | Defines the vertical alignment of the graphic in this column header. |
Index | Returns the column number of this header. |
KeepPosition | Defines whether this column header must remain in its current position and cannot be reordered. |
Locked | Defines whether this column's size is locked so the user cannot resize the column. |
OverrideTheme | Defines whether the column header's color definitions override Windows themes. |
RemainUp | Defines whether this column header button will return to its "up" position when pressed. |
SelectBackColor | Defines the background color for this column header, when it is pressed. |
SelectForeColor | Defines the foreground color for this column header, when it is pressed. |
SortIndicator | Defines the column header's sort indicator appearance. |
Text | Defines this column header's text. |
TextHAlign | Defines the horizontal alignment of the text in this column header. |
TextVAlign | Defines the vertical alignment of the text in this column header. |
See Also Object Hierarchy