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
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
SftTree/NET 2.0 - Tree Control
Defines the vertical alignment of the graphic in this cell.
Get
| VB.NET | Style = object.ImageVAlign As SftTreeVAlignConstants |
| VB | Style = object.ImageVAlign As SftTreeVAlignConstants |
| C#.NET | SftTreeVAlignConstants Style = object.ImageVAlign; |
| VC++ | enum SftTreeVAlignConstants Style = object->ImageVAlign; enum SftTreeVAlignConstants Style = object->GetImageVAlign(); |
| C | HRESULT object->get_ImageVAlign(enum SftTreeVAlignConstants* Style); |
Put
| VB.NET | object.ImageVAlign = Style As SftTreeVAlignConstants |
| VB | object.ImageVAlign = Style As SftTreeVAlignConstants |
| C#.NET | SftTreeVAlignConstants object.ImageVAlign = Style; |
| VC++ | enum SftTreeVAlignConstants object->ImageVAlign = Style; void object->PutImageVAlign(enum SftTreeVAlignConstants Style); |
| C | HRESULT object->put_ImageVAlign(enum SftTreeVAlignConstants Style); |
object
A SftTreeCell object.
Defines the vertical alignment of the graphic in this cell.
| Name | Value | Description |
|---|---|---|
| valignSftTreeCenter | 0 | The graphic is vertically centered. |
| valignSftTreeTop | 1 | The graphic is aligned with the top of the available area. |
| valignSftTreeBottom | 2 | The graphic is aligned with the bottom of the available area. |
The ImageVAlign property defines the vertical alignment of the graphic in this cell.
The Cell.ImageHAlign property is used to define the horizontal alignment of the graphic in this cell. The cell graphic is defined using the Cell.Image property.
See Also SftTreeCell Object | Object Hierarchy
