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
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
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.
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.
BeginProperty Splitter {9EBAA94A-293D-44FA-9989-08F078763A1F}
SplitColumn = 0
Object.Visible = 0
OffsetPix = 0
WidthPix = 7
EndProperty
BeginProperty Column(0) {9EBAA938-293D-44FA-9989-08F078763A1F}
BackColor = -1
CellHAlign = 0
CellMultiline = 1
CellVAlign = 0
CellWordWrap = 1
ForeColor = -1
Merge = 1
MergeInto = 1
MinWidth = 50See Also SftTreeColumn Object | Object Hierarchy
