SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
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 SftBoxVAlignConstants |
| VB | Style = object.CellVAlign As SftBoxVAlignConstants |
| C#.NET | SftBoxVAlignConstants Style = object.CellVAlign; |
| VC++ | enum SftBoxVAlignConstants Style = object->CellVAlign; enum SftBoxVAlignConstants Style = object->GetCellVAlign(); |
| C | HRESULT object->get_CellVAlign(enum SftBoxVAlignConstants* Style); |
Put
| VB.NET | object.CellVAlign = Style As SftBoxVAlignConstants |
| VB | object.CellVAlign = Style As SftBoxVAlignConstants |
| C#.NET | SftBoxVAlignConstants object.CellVAlign = Style; |
| VC++ | enum SftBoxVAlignConstants object->CellVAlign = Style; void object->PutCellVAlign(enum SftBoxVAlignConstants Style); |
| C | HRESULT object->put_CellVAlign(enum SftBoxVAlignConstants Style); |
object
Style
Defines the default vertical alignment of cell contents in this column.
| Name | Value | Description |
|---|---|---|
| valignSftBoxCenter | 0 | The text is vertically centered. |
| valignSftBoxTop | 1 | The text is aligned with the top of the available area. |
| valignSftBoxBottom | 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.
See Also SftBoxColumn Object | Object Hierarchy
