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 row header.
Get
VB.NET | Style = object.TextVAlign As SftBoxVAlignDefaultConstants |
VB | Style = object.TextVAlign As SftBoxVAlignDefaultConstants |
C#.NET | SftBoxVAlignDefaultConstants Style = object.TextVAlign; |
VC++ | enum SftBoxVAlignDefaultConstants Style = object->TextVAlign; enum SftBoxVAlignDefaultConstants Style = object->GetTextVAlign(); |
C | HRESULT object->get_TextVAlign(enum SftBoxVAlignDefaultConstants* Style); |
Put
VB.NET | object.TextVAlign = Style As SftBoxVAlignDefaultConstants |
VB | object.TextVAlign = Style As SftBoxVAlignDefaultConstants |
C#.NET | SftBoxVAlignDefaultConstants object.TextVAlign = Style; |
VC++ | enum SftBoxVAlignDefaultConstants object->TextVAlign = Style; void object->PutTextVAlign(enum SftBoxVAlignDefaultConstants Style); |
C | HRESULT object->put_TextVAlign(enum SftBoxVAlignDefaultConstants Style); |
object
Style
Defines the vertical alignment of the text in this row header.
Name | Value | Description |
---|---|---|
valignSftBoxDefault | -1 | The text is aligned as defined using the default settings for all row headers (see RowHeaders.TextVAlign). |
valignSftBoxDefaultCenter | 0 | The text is vertically centered. |
valignSftBoxDefaultTop | 1 | The text is aligned with the top of the available area. |
valignSftBoxDefaultBottom | 2 | The text is aligned with the bottom of the available area. |
The TextVAlign property defines the vertical alignment of the text in this row header.
Row header text and graphics are defined using the RowHeader.Text and RowHeader.Image properties.
The default alignment for all row headers is defined using the RowHeaders.TextHAlign and RowHeaders.TextVAlign properties.
See Also SftBoxRowHeader Object | Object Hierarchy