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 cell text alignment.
Deprecated - Provided for compatibility with earlier versions only - Use Cell.TextHAlign instead
Get
VB.NET | Align = object.TextAlign As SftBoxAlignConstants |
VB | Align = object.TextAlign As SftBoxAlignConstants |
C#.NET | SftBoxAlignConstants Align = object.TextAlign; |
VC++ | enum SftBoxAlignConstants Align = object->TextAlign; enum SftBoxAlignConstants Align = object->GetTextAlign(); |
C | HRESULT object->get_TextAlign(enum SftBoxAlignConstants* Align); |
Put
VB.NET | object.TextAlign = Align As SftBoxAlignConstants |
VB | object.TextAlign = Align As SftBoxAlignConstants |
C#.NET | SftBoxAlignConstants object.TextAlign = Align; |
VC++ | enum SftBoxAlignConstants object->TextAlign = Align; void object->PutTextAlign(enum SftBoxAlignConstants Align); |
C | HRESULT object->put_TextAlign(enum SftBoxAlignConstants Align); |
object
Align
Defines the cell text alignment.
Align | Value | Description |
---|---|---|
constSftBoxLeft | 0 | The cell text is left aligned. |
constSftBoxCenter | 1 | The cell text is centered. |
constSftBoxRight | 2 | The cell text is right aligned. |
Deprecated - Provided for compatibility with earlier versions only - Use Cell.TextHAlign instead
The TextAlign property defines the cell text alignment.
The Cell.TextVAlign property is used to define the vertical alignment of the text in this cell.
The Cell.TextHAlign 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.CellHAlign property.
See Also SftBoxCell Object | Object Hierarchy