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.
Get
VB.NET | Style = object.CellHAlign As SftBoxHAlignConstants |
VB | Style = object.CellHAlign As SftBoxHAlignConstants |
C#.NET | SftBoxHAlignConstants Style = object.CellHAlign; |
VC++ | enum SftBoxHAlignConstants Style = object->CellHAlign; enum SftBoxHAlignConstants Style = object->GetCellHAlign(); |
C | HRESULT object->get_CellHAlign(enum SftBoxHAlignConstants* Style); |
Put
VB.NET | object.CellHAlign = Style As SftBoxHAlignConstants |
VB | object.CellHAlign = Style As SftBoxHAlignConstants |
C#.NET | SftBoxHAlignConstants object.CellHAlign = Style; |
VC++ | enum SftBoxHAlignConstants object->CellHAlign = Style; void object->PutCellHAlign(enum SftBoxHAlignConstants Style); |
C | HRESULT object->put_CellHAlign(enum SftBoxHAlignConstants Style); |
object
Style
Defines the default horizontal alignment of cell contents in this column.
Name | Value | Description |
---|---|---|
halignSftBoxLeft | 0 | The text and graphic component are left aligned. |
halignSftBoxCenter | 1 | The text and graphic component are centered. |
halignSftBoxRight | 2 | The text and graphic component are right aligned. |
The CellHAlign 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