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 vertical alignment of the graphic in this column header.
Get
VB.NET | Style = object.ImageVAlign As SftBoxVAlignConstants |
VB | Style = object.ImageVAlign As SftBoxVAlignConstants |
C#.NET | SftBoxVAlignConstants Style = object.ImageVAlign; |
VC++ | enum SftBoxVAlignConstants Style = object->ImageVAlign; enum SftBoxVAlignConstants Style = object->GetImageVAlign(); |
C | HRESULT object->get_ImageVAlign(enum SftBoxVAlignConstants* Style); |
Put
VB.NET | object.ImageVAlign = Style As SftBoxVAlignConstants |
VB | object.ImageVAlign = Style As SftBoxVAlignConstants |
C#.NET | SftBoxVAlignConstants object.ImageVAlign = Style; |
VC++ | enum SftBoxVAlignConstants object->ImageVAlign = Style; void object->PutImageVAlign(enum SftBoxVAlignConstants Style); |
C | HRESULT object->put_ImageVAlign(enum SftBoxVAlignConstants Style); |
object
Style
Defines the vertical alignment of the graphic in this column header.
Name | Value | Description |
---|---|---|
valignSftBoxCenter | 0 | The graphic is vertically centered. |
valignSftBoxTop | 1 | The graphic is aligned with the top of the available area. |
valignSftBoxBottom | 2 | The graphic is aligned with the bottom of the available area. |
The ImageVAlign property defines the vertical alignment of the graphic in this column header.
The Header.ImageHAlign property is used to define the horizontal alignment of the graphic in this column header. The header graphic is defined using the Header.Image property.
See Also SftBoxHeader Object | Object Hierarchy