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 horizontal alignment of the graphic in this column footer.
Get
VB.NET | Style = object.ImageHAlign As SftTreeHAlignConstants |
VB | Style = object.ImageHAlign As SftTreeHAlignConstants |
C#.NET | SftTreeHAlignConstants Style = object.ImageHAlign; |
VC++ | enum SftTreeHAlignConstants Style = object->ImageHAlign; enum SftTreeHAlignConstants Style = object->GetImageHAlign(); |
C | HRESULT object->get_ImageHAlign(enum SftTreeHAlignConstants* Style); |
Put
VB.NET | object.ImageHAlign = Style As SftTreeHAlignConstants |
VB | object.ImageHAlign = Style As SftTreeHAlignConstants |
C#.NET | SftTreeHAlignConstants object.ImageHAlign = Style; |
VC++ | enum SftTreeHAlignConstants object->ImageHAlign = Style; void object->PutImageHAlign(enum SftTreeHAlignConstants Style); |
C | HRESULT object->put_ImageHAlign(enum SftTreeHAlignConstants Style); |
object
A SftTreeFooter object.
Style
Defines the horizontal alignment of the graphic in this column footer.
Name | Value | Description |
---|---|---|
halignSftTreeLeft | 0 | The graphic is on the left of the column footer text. |
halignSftTreeCenter | 1 | The graphic is centered in the column footer. The column footer text is not displayed. |
halignSftTreeRight | 2 | The graphic is on the right of the column footer text. |
The ImageHAlign property defines the horizontal alignment of the graphic in this column footer.
The column footer graphic is defined using the Footer.Image property.
See Also SftTreeFooter Object | Object Hierarchy