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 SftTreeRowHeader object represents one item's row header in a SftTree/OCX control. A SftTreeRowHeader object for a particular item can be accessed through an item's RowHeader property. An item is defined by the SftTreeItem Object. Certain default properties and behavior for row headers can be defined using the SftTreeRowHeaders object.
Property/Method | Description |
---|---|
BackColor | Defines the row header's background color. |
ForeColor | Defines the row header's foreground color. |
Image | Defines the graphic displayed in this row header. |
ImageHAlign | Defines the horizontal alignment of the graphic in this row header. |
ImageVAlign | Defines the vertical alignment of the graphic in this row header. |
ItemIndex | Returns the item index of this row header. |
OverrideTheme | Defines whether the row header's color definitions override Windows themes. |
SelectBackColor | Defines the row header's background color when the item is selected. |
SelectForeColor | Defines the row header's foreground color when the item is selected. |
Text | Defines the row header's text. |
TextHAlign | Defines the horizontal alignment of the text in this row header. |
TextVAlign | Defines the vertical alignment of the text in this row header. |
See Also Object Hierarchy