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 text in all row headers.
Get
VB.NET | Style = object.TextVAlign As SftBoxVAlignConstants |
VB | Style = object.TextVAlign As SftBoxVAlignConstants |
C#.NET | SftBoxVAlignConstants Style = object.TextVAlign; |
VC++ | enum SftBoxVAlignConstants Style = object->TextVAlign; enum SftBoxVAlignConstants Style = object->GetTextVAlign(); |
C | HRESULT object->get_TextVAlign(enum SftBoxVAlignConstants* Style); |
Put
VB.NET | object.TextVAlign = Style As SftBoxVAlignConstants |
VB | object.TextVAlign = Style As SftBoxVAlignConstants |
C#.NET | SftBoxVAlignConstants object.TextVAlign = Style; |
VC++ | enum SftBoxVAlignConstants object->TextVAlign = Style; void object->PutTextVAlign(enum SftBoxVAlignConstants Style); |
C | HRESULT object->put_TextVAlign(enum SftBoxVAlignConstants Style); |
object
Style
Defines the vertical alignment of text in all row headers.
Name | Value | Description |
---|---|---|
valignSftBoxCenter | 0 | The row header text is vertically centered. |
valignSftBoxTop | 1 | The row header text is aligned with the top of the available area. |
valignSftBoxBottom | 2 | The row header text is aligned with the bottom of the available area. |
The TextVAlign property defines the vertical alignment of text in all row headers.
Individual row headers can override the default text alignment using the RowHeader.TextVAlign property.
The RowHeaders.TextHAlign property can be used to define the default horizontal alignment of text in all row headers.
See Also SftBoxRowHeaders Object | Object Hierarchy