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 header's text alignment.
Deprecated - Provided for compatibility with earlier versions only - Use Header.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
Align
Defines the text alignment of the header described by object.
Align | Value | Description |
---|---|---|
constSftBoxLeft | 0 | The column header graphic is left aligned. |
constSftBoxCenter | 1 | The column header graphic is centered. |
constSftBoxRight | 2 | The column header graphic is right aligned. |
Deprecated - Provided for compatibility with earlier versions only - Use Header.TextHAlign instead
The Align property defines the header's text alignment.
The Header.ImageHAlign and Header.ImageVAlign properties are used to align the column header graphic component.
See Also SftBoxHeader Object | Object Hierarchy