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