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 horizontal alignment of the text in this column header.
Get
VB.NET | Style = object.TextHAlign As SftBoxHAlignConstants |
VB | Style = object.TextHAlign As SftBoxHAlignConstants |
C#.NET | SftBoxHAlignConstants Style = object.TextHAlign; |
VC++ | enum SftBoxHAlignConstants Style = object->TextHAlign; enum SftBoxHAlignConstants Style = object->GetTextHAlign(); |
C | HRESULT object->get_TextHAlign(enum SftBoxHAlignConstants* Style); |
Put
VB.NET | object.TextHAlign = Style As SftBoxHAlignConstants |
VB | object.TextHAlign = Style As SftBoxHAlignConstants |
C#.NET | SftBoxHAlignConstants object.TextHAlign = Style; |
VC++ | enum SftBoxHAlignConstants object->TextHAlign = Style; void object->PutTextHAlign(enum SftBoxHAlignConstants Style); |
C | HRESULT object->put_TextHAlign(enum SftBoxHAlignConstants Style); |
object
Style
Defines the horizontal alignment of the text in this column header.
Name | Value | Description |
---|---|---|
halignSftBoxLeft | 0 | The column header text is left aligned. |
halignSftBoxCenter | 1 | The column header text is centered in the cell. |
halignSftBoxRight | 2 | The column header text is right aligned. |
The TextHAlign property defines the horizontal alignment of the text in this column header.
The Header.TextVAlign property is used to define the vertical alignment of the text in this column header.
The Header.ImageHAlign and Header.ImageVAlign properties are used to align the column header graphic component.
See Also SftBoxHeader Object | Object Hierarchy