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 default horizontal alignment of cell contents in this column.
Deprecated - Provided for compatibility with earlier versions only - Use Column.CellHAlign instead
Get
VB.NET | Align = object.CellAlign As SftBoxAlignConstants |
VB | Align = object.CellAlign As SftBoxAlignConstants |
C#.NET | SftBoxAlignConstants Align = object.CellAlign; |
VC++ | enum SftBoxAlignConstants Align = object->CellAlign; enum SftBoxAlignConstants Align = object->GetCellAlign(); |
C | HRESULT object->get_CellAlign(enum SftBoxAlignConstants* Align); |
Put
VB.NET | object.CellAlign = Align As SftBoxAlignConstants |
VB | object.CellAlign = Align As SftBoxAlignConstants |
C#.NET | SftBoxAlignConstants object.CellAlign = Align; |
VC++ | enum SftBoxAlignConstants object->CellAlign = Align; void object->PutCellAlign(enum SftBoxAlignConstants Align); |
C | HRESULT object->put_CellAlign(enum SftBoxAlignConstants Align); |
object
Align
Defines the text alignment for all cells in this column.
Align | Value | Description |
---|---|---|
constSftBoxLeft | 0 | The cell text and graphic component are left aligned. |
constSftBoxCenter | 1 | The cell text and graphic component are centered. |
constSftBoxRight | 2 | The cell text and graphic component are right aligned. |
Deprecated - Provided for compatibility with earlier versions only - Use Column.CellHAlign instead
The CellAlign property defines the default horizontal alignment of cell contents in this column.
The alignment applies to all cells in the column specified. Individual cells can override the defined default alignment using the Cell.TextHAlign, Cell.TextVAlign, Cell.ImageHAlign and Cell.ImageVAlign properties.
See Also SftBoxColumn Object | Object Hierarchy