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 row/column header's text alignment.
Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.TextHAlign instead
Get
VB.NET | Align = object.Align As SftBoxAlignConstants |
VB | Align = object.Align As SftBoxAlignConstants |
C#.NET | SftBoxAlignConstants Align = object.Align; |
VC++ | enum SftBoxAlignConstants Align = object->Align; enum SftBoxAlignConstants Align = object->GetAlign(); |
C | HRESULT object->get_Align(enum SftBoxAlignConstants* Align); |
Put
VB.NET | object.Align = Align As SftBoxAlignConstants |
VB | object.Align = Align As SftBoxAlignConstants |
C#.NET | SftBoxAlignConstants object.Align = Align; |
VC++ | enum SftBoxAlignConstants object->Align = Align; void object->PutAlign(enum SftBoxAlignConstants Align); |
C | HRESULT object->put_Align(enum SftBoxAlignConstants Align); |
object
A SftBoxRowColumnHeader object.
Align
Defines the row/column header's text alignment.
Name | Value | Description |
---|---|---|
constSftBoxLeft | 0 | The row/column header text and/or graphic component are left aligned. |
constSftBoxCenter | 1 | The row/column header text and/or graphic component are centered. |
constSftBoxRight | 2 | The row/column header text and/or graphic component are right aligned. |
Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.TextHAlign instead
The Align property defines the row/column header's text alignment.
The RowColumnHeader.TextVAlign property is used to define the vertical alignment of the text in the row/column header. The RowColumnHeader.Text property defines the text displayed in the row/column header.
The RowColumnHeader.ImageHAlign and RowColumnHeader.ImageVAlign properties are used to align the row/column header graphic component.
See Also SftBoxRowColumnHeader Object | Object Hierarchy