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 horizontal alignment of the text in this column footer.
Get
VB.NET | Style = object.TextHAlign As SftTreeHAlignConstants |
VB | Style = object.TextHAlign As SftTreeHAlignConstants |
C#.NET | SftTreeHAlignConstants Style = object.TextHAlign; |
VC++ | enum SftTreeHAlignConstants Style = object->TextHAlign; enum SftTreeHAlignConstants Style = object->GetTextHAlign(); |
C | HRESULT object->get_TextHAlign(enum SftTreeHAlignConstants* Style); |
Put
VB.NET | object.TextHAlign = Style As SftTreeHAlignConstants |
VB | object.TextHAlign = Style As SftTreeHAlignConstants |
C#.NET | SftTreeHAlignConstants object.TextHAlign = Style; |
VC++ | enum SftTreeHAlignConstants object->TextHAlign = Style; void object->PutTextHAlign(enum SftTreeHAlignConstants Style); |
C | HRESULT object->put_TextHAlign(enum SftTreeHAlignConstants Style); |
object
A SftTreeFooter object.
Style
Defines the horizontal alignment of the text in this column footer.
Name | Value | Description |
---|---|---|
halignSftTreeLeft | 0 | The text and graphic component are left aligned. |
halignSftTreeCenter | 1 | The text and graphic component are centered. |
halignSftTreeRight | 2 | The text and graphic component are right aligned. |
The TextHAlign property defines the horizontal alignment of the text in this column footer.
To change the default alignment of cell text use the Column.CellHAlign and Column.CellVAlign properties instead.
The Footers.Multiline property can be used to enable multi-line column footer text.
See Also SftTreeFooter Object | Object Hierarchy