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
Defines the vertical alignment of the text in this column header.
Get
VB.NET | Style = object.TextVAlign As SftTreeVAlignConstants |
VB | Style = object.TextVAlign As SftTreeVAlignConstants |
C#.NET | SftTreeVAlignConstants Style = object.TextVAlign; |
VC++ | enum SftTreeVAlignConstants Style = object->TextVAlign; enum SftTreeVAlignConstants Style = object->GetTextVAlign(); |
C | HRESULT object->get_TextVAlign(enum SftTreeVAlignConstants* Style); |
Put
VB.NET | object.TextVAlign = Style As SftTreeVAlignConstants |
VB | object.TextVAlign = Style As SftTreeVAlignConstants |
C#.NET | SftTreeVAlignConstants object.TextVAlign = Style; |
VC++ | enum SftTreeVAlignConstants object->TextVAlign = Style; void object->PutTextVAlign(enum SftTreeVAlignConstants Style); |
C | HRESULT object->put_TextVAlign(enum SftTreeVAlignConstants Style); |
object
A SftTreeHeader object.
Style
Defines the vertical alignment of the text in this column header.
Name | Value | Description |
---|---|---|
valignSftTreeCenter | 0 | The text is vertically centered. |
valignSftTreeTop | 1 | The text is aligned with the top of the available area. |
valignSftTreeBottom | 2 | The text is aligned with the bottom of the available area. |
The TextVAlign property defines the vertical alignment of the text in this column header.
To change the default alignment of cell text use the Column.CellHAlign and Column.CellVAlign properties instead.
The Headers.Multiline property can be used to enable multi-line column header text.
See Also SftTreeHeader Object | Object Hierarchy