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 vertical alignment of the text in this cell.
Get
VB.NET | Style = object.TextVAlign As SftTreeVAlignDefaultConstants |
VB | Style = object.TextVAlign As SftTreeVAlignDefaultConstants |
C#.NET | SftTreeVAlignDefaultConstants Style = object.TextVAlign; |
VC++ | enum SftTreeVAlignDefaultConstants Style = object->TextVAlign; enum SftTreeVAlignDefaultConstants Style = object->GetTextVAlign(); |
C | HRESULT object->get_TextVAlign(enum SftTreeVAlignDefaultConstants* Style); |
Put
VB.NET | object.TextVAlign = Style As SftTreeVAlignDefaultConstants |
VB | object.TextVAlign = Style As SftTreeVAlignDefaultConstants |
C#.NET | SftTreeVAlignDefaultConstants object.TextVAlign = Style; |
VC++ | enum SftTreeVAlignDefaultConstants object->TextVAlign = Style; void object->PutTextVAlign(enum SftTreeVAlignDefaultConstants Style); |
C | HRESULT object->put_TextVAlign(enum SftTreeVAlignDefaultConstants Style); |
object
A SftTreeCell object.
Style
Defines the vertical alignment of the text in this cell.
Name | Value | Description |
---|---|---|
valignSftTreeDefault | -1 | The text is aligned as defined using the default settings for this cell's column (see Column.CellVAlign). |
valignSftTreeDefaultCenter | 0 | The cell text is vertically centered. |
valignSftTreeDefaultTop | 1 | The cell text is aligned with the top of the available area. |
valignSftTreeDefaultBottom | 2 | The cell text is aligned with the bottom of the available area. |
The TextVAlign property defines the vertical alignment of the text in this cell.
The Cell.TextHAlign property is used to define the horizontal alignment of the text in this cell.
The TextVAlign property determines the position of the cell text and graphic, defined using the Cell.Text and Cell.Image properties. It overrides the column's default alignment defined using the Column.CellVAlign property.
See Also SftTreeCell Object | Object Hierarchy