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 vertical alignment of cell contents in this column.
Get
| VB.NET | Style = object.CellVAlign As SftTreeVAlignConstants |
| VB | Style = object.CellVAlign As SftTreeVAlignConstants |
| C#.NET | SftTreeVAlignConstants Style = object.CellVAlign; |
| VC++ | enum SftTreeVAlignConstants Style = object->CellVAlign; enum SftTreeVAlignConstants Style = object->GetCellVAlign(); |
| C | HRESULT object->get_CellVAlign(enum SftTreeVAlignConstants* Style); |
Put
| VB.NET | object.CellVAlign = Style As SftTreeVAlignConstants |
| VB | object.CellVAlign = Style As SftTreeVAlignConstants |
| C#.NET | SftTreeVAlignConstants object.CellVAlign = Style; |
| VC++ | enum SftTreeVAlignConstants object->CellVAlign = Style; void object->PutCellVAlign(enum SftTreeVAlignConstants Style); |
| C | HRESULT object->put_CellVAlign(enum SftTreeVAlignConstants Style); |
object
A SftTreeColumn object.
Defines the default vertical alignment of cell contents in this column.
| 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 CellVAlign property defines the default vertical 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.
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 = 50
SelectBackColor = -1
SelectForeColor = -1See Also SftTreeColumn Object | Object Hierarchy
