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 SftTreeRowHeaders object describes attributes that apply to all row headers in a SftTree/OCX control. \ The SftTreeRowHeaders object can be accessed through the control's RowHeaders property. A control has only one SftTreeRowHeaders object. An individual item's SftTreeRowHeader Object can be accessed through the item's RowHeader property.
Property/Method | Description |
---|---|
Appearance | Defines the row header appearance. |
BackColor | Defines the default background color used to draw row headers of items that are not selected. |
ClearImages | Removes the row header images from all items. |
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. |
Enabled | Defines whether row headers are enabled. |
Font | Defines the row header font. |
ForeColor | Defines the default text color used to draw row headers of items that are not selected. |
GrayedColor | Defines the text color used to draw disabled row headers. |
HilightColor | Defines the default color used to draw the highlighted edge of row headers. |
Lines | Defines the number of row header text lines used for height calculation. |
MakeOptimal | Sets the optimal row header width so that the text and graphics of all row headers can be displayed without being clipped horizontally. |
OptimalWidth | Returns the row header area's optimal width based on its contents. |
OptimalWidthPix | Returns the row header area's optimal width based on its contents. |
RemainUp | Defines whether row header buttons will return to their "up" position when pressed. |
SelectBackColor | Defines the default row header background color used to draw items that are selected. |
SelectForeColor | Defines the default row header text color used to draw items that are selected. |
ShadowColor | Defines the default color used to draw the dark edge of row headers. |
TextHAlign | Defines the horizontal alignment of text in all row headers. |
TextVAlign | Defines the vertical alignment of text in all row headers. |
Width | Defines the width of the row header area. |
WidthPix | Defines the width of the row header area. |
See Also Object Hierarchy