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 default horizontal alignment of cell contents in this column.
Get
VB.NET | Style = object.CellHAlign As SftTreeHAlignConstants |
VB | Style = object.CellHAlign As SftTreeHAlignConstants |
C#.NET | SftTreeHAlignConstants Style = object.CellHAlign; |
VC++ | enum SftTreeHAlignConstants Style = object->CellHAlign; enum SftTreeHAlignConstants Style = object->GetCellHAlign(); |
C | HRESULT object->get_CellHAlign(enum SftTreeHAlignConstants* Style); |
Put
VB.NET | object.CellHAlign = Style As SftTreeHAlignConstants |
VB | object.CellHAlign = Style As SftTreeHAlignConstants |
C#.NET | SftTreeHAlignConstants object.CellHAlign = Style; |
VC++ | enum SftTreeHAlignConstants object->CellHAlign = Style; void object->PutCellHAlign(enum SftTreeHAlignConstants Style); |
C | HRESULT object->put_CellHAlign(enum SftTreeHAlignConstants Style); |
object
A SftTreeColumn object.
Style
Defines the default horizontal alignment of cell contents in this column.
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 CellHAlign property defines the default horizontal alignment of cell contents in this column.
The alignment applies to all cells in the column specified. Individual cells can override the defined default alignment using the Cell.TextHAlign, Cell.TextVAlign, Cell.ImageHAlign and Cell.ImageVAlign properties.
See Also SftTreeColumn Object | Object Hierarchy