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 text alignment for all cells in this column.
Get
| VB.NET | Align = object.CellAlign As SftDirectoryAlignConstants | 
| VB | Align = object.CellAlign As SftDirectoryAlignConstants | 
| C#.NET | SftDirectoryAlignConstants Align = object.CellAlign; | 
| VC++ | enum SftDirectoryAlignConstants Align = object->CellAlign;  enum SftDirectoryAlignConstants Align = object->GetCellAlign();  | 
| C | HRESULT object->get_CellAlign(enum SftDirectoryAlignConstants* Align); | 
Put
| VB.NET | object.CellAlign = Align As SftDirectoryAlignConstants | 
| VB | object.CellAlign = Align As SftDirectoryAlignConstants | 
| C#.NET | SftDirectoryAlignConstants object.CellAlign = Align; | 
| VC++ | enum SftDirectoryAlignConstants object->CellAlign = Align;  void object->PutCellAlign(enum SftDirectoryAlignConstants Align);  | 
| C | HRESULT object->put_CellAlign(enum SftDirectoryAlignConstants Align); | 
object
A SftDirectoryColumn object.
Align
Defines the text alignment for all cells in this column.
| Align | Value | Description | 
|---|---|---|
| constSftDirectoryLeft | 0 | Left - Cell contents are left aligned. | 
| constSftDirectoryCenter | 1 | Center - Cell contents are centered. | 
| constSftDirectoryRight | 2 | Right - Cell contents are right aligned. | 
The CellAlign property defines the text alignment for all cells in this column.
See Also SftDirectoryColumn Object | Object Hierarchy
