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 SftBoxRowHeaders object describes the row headers in a SftBox/OCX control. The SftBoxRowHeaders object can be accessed through the control's RowHeaders property. A control has only one SftBoxRowHeaders object.
An individual item's SftBoxRowHeader object can be accessed through the item's RowHeader property.
Properties and methods shown grayed are provided for compatibility with older releases only and should no longer be used.
Property/Method | Description |
---|---|
Align | Defines the text alignment for all row headers. |
BackColor | Defines the default background color used to draw row headers of items that are not selected. |
CalcOptimalWidth | Returns the row header area's optimal width. |
CalcOptimalWidthPix | Returns the row header area's optimal width in pixels. |
ClearImages | Removes the row header images from all items. |
ClearPictures | Removes the row header images from all items. |
DarkEdgeColor | Defines the dark edge color for all row headers. |
Enabled | Defines whether row headers are enabled. |
Font | Defines the row header font for all row headers. |
ForeColor | Defines the default text color used to draw row headers of items that are not selected. |
GrayedColor | Defines the foreground color for row headers of disabled items. |
LightEdgeColor | Defines the 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 row header area's optimal width. |
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. |
Style | Defines the appearance of all 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 in pixels. |
Properties and methods shown grayed are provided for compatibility with older releases only and should no longer be used.
See Also Object Hierarchy